Instead, the dir of the config path is used to set `-dir` for goose: https://github.com/mit-pdos/perennial-cli/blob/main/cmd/goose.go#L69 Is this expected behavior? Seems that `go_path` is not actually used except in `findGoPath`
Instead, the dir of the config path is used to set
-dirfor goose: https://github.com/mit-pdos/perennial-cli/blob/main/cmd/goose.go#L69Is this expected behavior? Seems that
go_pathis not actually used except infindGoPath