openwhisk-cli
openwhisk-cli copied to clipboard
Build fail for cli
Hello there
I am trying to set up the OpenWhisk cli but this error occurs:
$ go build -o wsk
# github.com/apache/openwhisk-cli/wski18n
wski18n/i18n.go:98:16: undefined: Asset
Any suggestions? Thanks
@dimgiagos44 you missed the step here: https://github.com/apache/openwhisk-cli#building-for-internationalization-i18n
> go get -u github.com/jteeuwen/go-bindata/...
> go-bindata -pkg wski18n -o wski18n/i18n_resources.go wski18n/resources