File: env.txt

package info (click to toggle)
golang-github-rogpeppe-go-internal 1.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: makefile: 6
file content (6 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# GOPATH and GOMODCACHE are not shared with the host,
# but GOCACHE is.
go env
stdout GOPATH=.*${WORK@R}
stdout GOMODCACHE=.*${WORK@R}
! stdout GOCACHE=.*${WORK@R}