dagobah
dagobah copied to clipboard
go build is failing with viper
go get github.com/spf13/dagobah
github.com/spf13/dagobah/commands
gocode/src/github.com/spf13/dagobah/commands/fetch.go:104: undefined: viper.Marshal
I can not see the Marshal function at https://github.com/spf13/viper/blob/master/viper.go
It seems the function is now called viper.Unmarshal
Same problem here. :(
renaming to viper.Unmarshal worked for me ¯_(ツ)_/¯