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
{{ message }}
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
Trying to install scaffold from scratch did throw the following error:
$ make
go: finding github.com/go-bindata/go-bindata/... latest
go get github.com/go-bindata/go-bindata/...: no matching versions for query "latest"
make: *** [tools] Error 1
Installing manually go get github.com/go-bindata/go-bindata did solve this.