mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-21 16:01:12 +00:00
bak
This commit is contained in:
parent
2bf50c8969
commit
f74819de9d
42 changed files with 2331 additions and 3 deletions
46
inventory/current/go-env.txt
Normal file
46
inventory/current/go-env.txt
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
AR='ar'
|
||||
CC='cc'
|
||||
CGO_CFLAGS='-O2 -g'
|
||||
CGO_CPPFLAGS=''
|
||||
CGO_CXXFLAGS='-O2 -g'
|
||||
CGO_ENABLED='1'
|
||||
CGO_FFLAGS='-O2 -g'
|
||||
CGO_LDFLAGS='-O2 -g'
|
||||
CXX='c++'
|
||||
GCCGO='gccgo'
|
||||
GO111MODULE=''
|
||||
GOARCH='arm64'
|
||||
GOARM64='v8.0'
|
||||
GOAUTH='netrc'
|
||||
GOBIN=''
|
||||
GOCACHE='/Users/rathi/Library/Caches/go-build'
|
||||
GOCACHEPROG=''
|
||||
GODEBUG=''
|
||||
GOENV='/Users/rathi/Library/Application Support/go/env'
|
||||
GOEXE=''
|
||||
GOEXPERIMENT=''
|
||||
GOFIPS140='off'
|
||||
GOFLAGS=''
|
||||
GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/77/lswkdx391ngbl6xglbchgyv80000gn/T/go-build722359318=/tmp/go-build -gno-record-gcc-switches -fno-common'
|
||||
GOHOSTARCH='arm64'
|
||||
GOHOSTOS='darwin'
|
||||
GOINSECURE=''
|
||||
GOMOD='/dev/null'
|
||||
GOMODCACHE='/Users/rathi/go/pkg/mod'
|
||||
GONOPROXY=''
|
||||
GONOSUMDB=''
|
||||
GOOS='darwin'
|
||||
GOPATH='/Users/rathi/go'
|
||||
GOPRIVATE=''
|
||||
GOPROXY='https://proxy.golang.org,direct'
|
||||
GOROOT='/opt/homebrew/Cellar/go/1.25.6/libexec'
|
||||
GOSUMDB='sum.golang.org'
|
||||
GOTELEMETRY='local'
|
||||
GOTELEMETRYDIR='/Users/rathi/Library/Application Support/go/telemetry'
|
||||
GOTMPDIR=''
|
||||
GOTOOLCHAIN='auto'
|
||||
GOTOOLDIR='/opt/homebrew/Cellar/go/1.25.6/libexec/pkg/tool/darwin_arm64'
|
||||
GOVCS=''
|
||||
GOVERSION='go1.25.6'
|
||||
GOWORK=''
|
||||
PKG_CONFIG='pkg-config'
|
||||
Loading…
Add table
Add a link
Reference in a new issue