tmthrgd / go-bindata

A small utility which generates Go code from any file. Useful for embedding binary data in a Go program. [Obsolete].
https://golang.org/issue/35950
Other
72 stars 4 forks source link

Fix `go get` error #13

Closed naiba closed 5 years ago

naiba commented 5 years ago

https://travis-ci.com/naiba/nocd/builds/94732785

tmthrgd commented 5 years ago

I can't reproduce the error you're seeing.

$ go-tip version
go version devel +d50390ce72 Sat Dec 15 19:27:41 2018 +0000 linux/amd64
$ go-tip get -u github.com/tmthrgd/go-bindata/... && echo ok
ok

golang/go@bc82d7c7db83487e05d7a88e06549d4ae2a688c3 introduced the check that is tripping for you and golang/go@47fb1fbd554a76dc961bfdedaa85efcb68646ed1 fixed this broken case. Just restart the build and it will work.