We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
I want to compile a usual hello world program,
but it showing me an error like this
Import Cycle not allowed package hello Imports fmt Imports errors Imports runtime Imports internal/cpu Imports runtime
If possible, provide a recipe for reproducing the error.
I want to build the .exe by using go build command in the right path. where the .go file is already on the right path
A complete runnable program is good.
this is the script
package main
import "fmt"
func main() { fmt.Printf("hello, world\n") } A link on play.golang.org is best.
I want to see this program is succeeding compiled
error already given
no I use the 1.8.3 for windows
go version go1.8.3 windows/386 GOARCH="386" GOBIN="" GOEXE=".exe" GOHOSTARCH="386" GOHOSTOS="windows" GOOS="windows" GOPATH="C:\Users\Andre Sitompul\go" GORACE="" GOROOT="C:\Go" GOTOOLDIR="C:\Go\pkg\tool\windows_386" GCCGO="gccgo" GO386="" CC="gcc" GOGCCFLAGS="-m32 -mthreads -fmessage-length=0" CXX="g++" CGO_ENABLED="1" PKG_CONFIG="pkg-config" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" GOROOT/bin/go version: go version go1.8.3 windows/386 GOROOT/bin/go tool compile -V: compile version go1.8.3 X:framepointer
The text was updated successfully, but these errors were encountered:
The Go project doesn't use the issue tracker for questions. See https://golang.org/wiki/Questions.
Sorry, something went wrong.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
What did you do?
I want to compile a usual hello world program,
but it showing me an error like this
Import Cycle not allowed
package hello
Imports fmt
Imports errors
Imports runtime
Imports internal/cpu
Imports runtime
If possible, provide a recipe for reproducing the error.
I want to build the .exe by using go build command in the right path.
where the .go file is already on the right path
A complete runnable program is good.
this is the script
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}
A link on play.golang.org is best.
What did you expect to see?
I want to see this program is succeeding compiled
What did you see instead?
error already given
Does this issue reproduce with the latest release (go1.12.1)?
no I use the 1.8.3 for windows
System details
The text was updated successfully, but these errors were encountered: