-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Somkiat Puisungnoen edited this page Aug 27, 2018
·
1 revision
Welcome to the GOW wiki!
$pwd
/Users/somkiat/data/project/GOW/GOW/src/gow-backend/gow
$go test ./...
? gow [no test files]
ok gow/api (cached)
? gow/config [no test files]
? gow/model [no test files]
? gow/repository [no test files]
? gow/route [no test files]
ok gow/service (cached)
$go build .
$go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/somkiat/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/somkiat/go"
GOPROXY=""
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/somkiat/data/project/GOW/GOW/src/gow-backend/gow/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"