# Fix timestamps in order to stop go from rebuilding lots of packages
find /usr/lib/go -type f -exec touch -r /usr/lib/go/pkg/*/runtime.a {} \;

if module_installed go-bootstrap; then
  lrm go-bootstrap
fi
