Skip to content

Instantly share code, notes, and snippets.

@peterbourgon
Created August 16, 2019 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbourgon/766cc2c1201176af325bb54082db94de to your computer and use it in GitHub Desktop.
Save peterbourgon/766cc2c1201176af325bb54082db94de to your computer and use it in GitHub Desktop.
2019/08/16 10:38:33 Info:24.606806ms for GOROOT= GOPATH=/Users/pbourgon GO111MODULE= PWD=/Users/pbourgon/mod/REDACTED go "env" "GOMOD", stderr: <<>>
2019/08/16 10:38:33 Info:33.542391ms for GOROOT= GOPATH=/Users/pbourgon GO111MODULE= PWD=/Users/pbourgon/mod/REDACTED go "list" "-e" "-json" "-compiled=true" "-test=true" "-export=false" "-deps=true" "-find=false" "--" "builtin", stderr: <<>>
2019/08/16 10:38:33 Info:38.342061ms for GOROOT= GOPATH=/Users/pbourgon GO111MODULE= PWD=/Users/pbourgon/mod/REDACTED go "list" "-m" "-json" "all", stderr: <<>>
2019/08/16 10:38:33 Info:Build info
----------
golang.org/x/tools/gopls v0.1.3
golang.org/x/tools/gopls@(devel)
golang.org/x/sync@v0.0.0-20190423024810-112230192c58 h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU=
golang.org/x/tools@v0.0.0-20190723021737-8bb11ff117ca => ../
golang.org/x/xerrors@v0.0.0-20190717185122-a985d3407aa7 h1:9zdDQZ7Thm29KFXgAX/+yaf3eVbP7djjWp/dXAppNCc=
Go info
-------
go version go1.12.7 darwin/amd64
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/pbourgon/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/pbourgon"
GOPROXY=""
GORACE=""
GOROOT="/usr/local/Cellar/go/1.12.7/libexec"
GOTMPDIR=""
GOTOOLDIR="/usr/local/Cellar/go/1.12.7/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/pbourgon/mod/REDACTED/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/m4/192hdv6n19j9x2v86k1r29rw0000gn/T/go-build659280031=/tmp/go-build -gno-record-gcc-switches -fno-common"
2019/08/16 10:38:33 Info:20.68494ms for GOROOT= GOPATH=/Users/pbourgon GO111MODULE= PWD=/Users/pbourgon/mod/REDACTED go "env" "GOMOD", stderr: <<>>
2019/08/16 10:38:33 Info:32.306569ms for GOROOT= GOPATH=/Users/pbourgon GO111MODULE= PWD=/Users/pbourgon/mod/REDACTED go "list" "-m" "-json" "all", stderr: <<>>
2019/08/16 10:38:34 Info:224.478612ms for GOROOT= GOPATH=/Users/pbourgon GO111MODULE= PWD=/Users/pbourgon/mod/REDACTED go "list" "-e" "-json" "-compiled=true" "-test=true" "-export=false" "-deps=true" "-find=false" "--" "/Users/pbourgon/mod/REDACTED/pkg/api", stderr: <<>>
2019/08/16 10:38:34 Info:go/packages.Load
packages = 2
2019/08/16 10:38:34 Info:go/packages.Load
package = github.com/fastly/REDACTED/pkg/api
files = [/Users/pbourgon/mod/REDACTED/pkg/api/debug.go /Users/pbourgon/mod/REDACTED/pkg/api/doc.go /Users/pbourgon/mod/REDACTED/pkg/api/internal.go /Users/pbourgon/mod/REDACTED/pkg/api/middlewares.go /Users/pbourgon/mod/REDACTED/pkg/api/public.go /Users/pbourgon/mod/REDACTED/pkg/api/tls.go /Users/pbourgon/mod/REDACTED/pkg/api/util.go]
2019/08/16 10:38:34 Info:go/packages.Load
package = github.com/fastly/REDACTED/pkg/api
files = [/Users/pbourgon/mod/REDACTED/pkg/api/debug.go /Users/pbourgon/mod/REDACTED/pkg/api/doc.go /Users/pbourgon/mod/REDACTED/pkg/api/internal.go /Users/pbourgon/mod/REDACTED/pkg/api/middlewares.go /Users/pbourgon/mod/REDACTED/pkg/api/public.go /Users/pbourgon/mod/REDACTED/pkg/api/tls.go /Users/pbourgon/mod/REDACTED/pkg/api/util.go /Users/pbourgon/mod/REDACTED/pkg/api/tls_test.go]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment