UnnoTed / fileb0x

a better customizable tool to embed files in go; also update embedded files remotely without restarting the server
MIT License
634 stars 53 forks source link

go get Fail #19

Closed yohanyflores closed 6 years ago

yohanyflores commented 6 years ago
go get -u github.com/UnnoTed/fileb0x

# github.com/ungerik/go-dry
src/github.com/ungerik/go-dry/debug.go:46:8: undefined: strings.Builder
src/github.com/ungerik/go-dry/debug.go:58:8: undefined: strings.Builder
src/github.com/ungerik/go-dry/debug.go:64:55: undefined: strings.Builder
src/github.com/ungerik/go-dry/errors.go:115:8: undefined: strings.Builder
src/github.com/ungerik/go-dry/string.go:148:8: undefined: strings.Builder
src/github.com/ungerik/go-dry/string.go:257:8: undefined: strings.Builder
src/github.com/ungerik/go-dry/string.go:274:8: undefined: strings.Builder
go version
go version go1.9.2 linux/amd64
UnnoTed commented 6 years ago

try again

yohanyflores commented 6 years ago

Going

yohanyflores commented 6 years ago

Thank you