xhd2015 / xgo

All-in-one go testing library
MIT License
368 stars 19 forks source link

build cache in ~/.xgo sums up to 10GB and even more #275

Closed xhd2015 closed 3 weeks ago

xhd2015 commented 1 month ago

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.