Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation #35490

Closed
smff opened this issue Nov 10, 2019 · 1 comment
Closed

Documentation #35490

smff opened this issue Nov 10, 2019 · 1 comment

Comments

@smff
Copy link

smff commented Nov 10, 2019

What version of Go are you using (go version)?

go1.13.4 darwin/amd64

Does this issue reproduce with the latest release?

I think so, yes, because i have downloaded Go from "Download Go" button at main page of https://golang.org

What operating system and processor architecture are you using (go env)?

go env Output
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/dima/Library/Caches/go-build"
GOENV="/Users/dima/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/dima/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
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/5x/shcn922d45xc8d0h59rqktj00000gp/T/go-build554301944=/tmp/go-build -gno-record-gcc-switches -fno-common"

What did you do?

https://golang.org/doc/install#testing
The command above will build an executable named hello in the directory alongside your source code. Execute

What did you expect to see?

hello

What did you see instead?

go

Снимок экрана 2019-11-10 в 19 03 56

@smff
Copy link
Author

smff commented Nov 10, 2019

wow, i should create a hello folder

@smff smff closed this as completed Nov 10, 2019
@golang golang locked and limited conversation to collaborators Nov 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants