Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
8
vendor/github.com/gogo/protobuf/test/enumdecl/models.go
generated
vendored
Normal file
8
vendor/github.com/gogo/protobuf/test/enumdecl/models.go
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package enumdecl
|
||||
|
||||
type MyEnum int32
|
||||
|
||||
const (
|
||||
A MyEnum = iota
|
||||
B MyEnum = iota
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue