build cache in ~/.xgo sums up to 10GB and even more
Closed this issue · 0 comments
xhd2015 commented
Show the cache:
$ cd ~/.xgo && du -h -d1
0B ./bin
2.2M ./shadow
1.1G ./go-instrument-dev
9.3G ./go-instrument
0B ./log
10G .
The problem is, it never gets deleted automatically like these in temp.
We better move it t a temp directory.