Fatal error when building?
mikejhuang opened this issue · 1 comments
$go get -v -d
Fetching https://golang.org/x/net/publicsuffix?go-get=1 Parsing meta tags from https://golang.org/x/net/publicsuffix?go-get=1 (status code 200) get "golang.org/x/net/publicsuffix": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/publicsuffix?go-get=1 get "golang.org/x/net/publicsuffix": verifying non-authoritative meta tag Fetching https://golang.org/x/net?go-get=1 Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200) golang.org/x/net (download)
$go build *.go
# github.com/moul/http2curl
gccgo: error: $HOME/go/src/github.com/moul/http2curl/http2curl.go: No such file or directory gccgo: fatal error: no input files compilation terminated.
# github.com/pkg/errors
gccgo: error: $HOME/go/src/github.com/pkg/errors/errors.go: No such file or directory gccgo: error: $HOME/go/src/github.com/pkg/errors/stack.go: No such file or directory gccgo: fatal error: no input files compilation terminated.
# golang.org/x/net/publicsuffix
gccgo: error: $HOME/go/src/golang.org/x/net/publicsuffix/list.go: No such file or directory gccgo: error: $HOME/go/src/golang.org/x/net/publicsuffix/table.go: No such file or directory gccgo: fatal error: no input files compilation terminated.