Vendor dependencies with dep
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
package test
|
||||
|
||||
type typeForTest []interface{}
|
||||
|
||||
var inputs = []string{
|
||||
`[]`, // valid
|
||||
`[1]`, // valid
|
||||
`[ 1, "hello"]`, // valid
|
||||
`[abc]`, // invalid
|
||||
`[`, // invalid
|
||||
`[[]`, // invalid
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
../number/skip_test.go
|
||||
Reference in New Issue
Block a user