loov / goda

Go Dependency Analysis toolkit
MIT License
1.37k stars 45 forks source link

weight does not seem to work anymore, zero output. #78

Closed SkybuckFlying closed 4 months ago

SkybuckFlying commented 4 months ago

list how much memory each symbol in the final binary is taking

goda weight -h $GOPATH/bin/goda

modified it to: goda weight -h "v://gopath//bin//goda"

Nothing...

egonelbre commented 4 months ago

Windows usually has .exe extension and Windows doesn't support $PATH variable substitution (unless you are using some non-default shell).