Skip to content

Commit ccf6cf8

Browse files
author
Hiro
committed
bug: placeholder
Took 2 minutes
1 parent 7e3cad6 commit ccf6cf8

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE/00-bug.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,45 @@ body:
5151
id: os-and-processor
5252
attributes:
5353
label: "What operating system and processor architecture are you using (`go env`)?"
54+
placeholder: |
55+
GO111MODULE=""
56+
GOARCH="arm64"
57+
GOBIN="/Users/hiro/go/bin"
58+
GOCACHE="/Users/hiro/go/cache"
59+
GOENV="/Users/hiro/Library/Application Support/go/env"
60+
GOEXE=""
61+
GOEXPERIMENT=""
62+
GOFLAGS=""
63+
GOHOSTARCH="arm64"
64+
GOHOSTOS="darwin"
65+
GOINSECURE=""
66+
GOMODCACHE="/Users/hiro/go/pkg/mod"
67+
GONOPROXY=""
68+
GONOSUMDB=""
69+
GOOS="darwin"
70+
GOPATH="/Users/hiro/go"
71+
GOPRIVATE=""
72+
GOPROXY="https://proxy.golang.org,direct"
73+
GOROOT="/usr/local/go"
74+
GOSUMDB="sum.golang.org"
75+
GOTMPDIR=""
76+
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_arm64"
77+
GOVCS=""
78+
GOVERSION="go1.20.7"
79+
GCCGO="gccgo"
80+
AR="ar"
81+
CC="clang"
82+
CXX="clang++"
83+
CGO_ENABLED="1"
84+
GOMOD="/dev/null"
85+
GOWORK=""
86+
CGO_CFLAGS="-O2 -g"
87+
CGO_CPPFLAGS=""
88+
CGO_CXXFLAGS="-O2 -g"
89+
CGO_FFLAGS="-O2 -g"
90+
CGO_LDFLAGS="-O2 -g"
91+
PKG_CONFIG="pkg-config"
92+
GOGCCFLAGS="-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/44/nbbyll_10jd0z8rj_qxm43740000gn/T/go-build2331607515=/tmp/go-build -gno-record-gcc-switches -fno-common"
5493
render: shell
5594
validations:
5695
required: true

0 commit comments

Comments
 (0)