You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go 1.8.1
My GOPATH is ~/go and I clone the project in ~/go/src/twistlock-authz
$ make all
vendor/gopkg.in/yaml.v2/decode_test.go:248: struct field tag a not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/decode_test.go:448: struct field tag - not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/decode_test.go:694: struct field tag _ not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/decode_test.go:698: struct field tag _ not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:147: struct field tag a not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:158: struct field tag a,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:159: struct field tag b,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:164: struct field tag a,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:165: struct field tag b,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:170: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:175: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:180: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:185: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:190: struct field tag a,omitempty,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:195: struct field tag a,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:196: struct field tag b,omitempty not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:204: struct field tag a,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:209: struct field tag a,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:214: struct field tag a,flow not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:234: struct field tag - not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:344: struct field tag ,inline not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:350: struct field tag ,inline not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
vendor/gopkg.in/yaml.v2/encode_test.go:406: struct field tag _ not compatible with reflect.StructTag.Get: bad syntax for struct tag pair
The text was updated successfully, but these errors were encountered:
Hi,
Here is my environment:
Go 1.8.1
My GOPATH is ~/go and I clone the project in ~/go/src/twistlock-authz
$ make all
vendor/gopkg.in/yaml.v2/decode_test.go:248: struct field tag
a
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/decode_test.go:448: struct field tag
-
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/decode_test.go:694: struct field tag
_
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/decode_test.go:698: struct field tag
_
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:147: struct field tag
a
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:158: struct field tag
a,omitempty
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:159: struct field tag
b,omitempty
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:164: struct field tag
a,omitempty
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:165: struct field tag
b,omitempty
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:170: struct field tag
a,omitempty,flow
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:175: struct field tag
a,omitempty,flow
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:180: struct field tag
a,omitempty,flow
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:185: struct field tag
a,omitempty,flow
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:190: struct field tag
a,omitempty,flow
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:195: struct field tag
a,omitempty
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:196: struct field tag
b,omitempty
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:204: struct field tag
a,flow
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:209: struct field tag
a,flow
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:214: struct field tag
a,flow
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:234: struct field tag
-
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:344: struct field tag
,inline
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:350: struct field tag
,inline
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairvendor/gopkg.in/yaml.v2/encode_test.go:406: struct field tag
_
not compatible with reflect.StructTag.Get: bad syntax for struct tag pairThe text was updated successfully, but these errors were encountered: