jondot / goweight

A tool to analyze and troubleshoot a Go binary size.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exit status 2

xaionaro opened this issue · comments

I'm trying to use the tool, but it does not work and does not report why:

$ go get github.com/jondot/goweight
$ goweight
2021/08/31 11:00:22 exit status 2
$ goweight --version
dev (none)

OK, there was a compilation error (with go build). When I fixed it, it helped.