goofys icon indicating copy to clipboard operation
goofys copied to clipboard

Unable to install goofys on ubuntu machine

Open Tulsishah opened this issue 1 year ago • 6 comments

I followed these steps to install goofys on ubuntu machine.

  1. export GOPATH=$HOME/work
  2. go install github.com/kahing/goofys@latest Error
# github.com/kahing/goofys/api/common
work/pkg/mod/github.com/kahing/[email protected]/api/common/conf_azure.go:272:35: accountsRes.Value undefined (type storage.AccountListResultPage has no field or method Value)
work/pkg/mod/github.com/kahing/[email protected]/api/common/conf_azure.go:373:67: not enough arguments in call to client.ListKeys
	have (context.Context, string, string)
	want (context.Context, string, string, storage.ListKeyExpand)

Tulsishah avatar Jun 21 '23 13:06 Tulsishah