Skip to content

Commit 3866e70

Browse files
author
Miguel Molina
authored
Merge pull request #156 from alcortesm/remove-srcd-works-dependency
remove srcd.works dependency
2 parents f6aa600 + 3880b93 commit 3866e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"go/types"
88
"reflect"
99

10-
parseutil "srcd.works/go-parse-utils.v1"
10+
parseutil "gopkg.in/src-d/go-parse-utils.v1"
1111
)
1212

1313
func mkField(name, typ string, fields ...*Field) *Field {

0 commit comments

Comments
 (0)