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

"golang.org/x/net/internal/iana" //use of internal package not allowed #24061

Closed
godla opened this issue Feb 23, 2018 · 1 comment
Closed

"golang.org/x/net/internal/iana" //use of internal package not allowed #24061

godla opened this issue Feb 23, 2018 · 1 comment

Comments

@godla
Copy link

godla commented Feb 23, 2018

Please answer these questions before submitting your issue. Thanks!

how to import "golang.org/x/net/internal/iana"
"golang.org/x/net/internal/iana" //use of internal package not allowed

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

go1.9

Does this issue reproduce with the latest release?

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

GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/root/go"
GORACE=""
GOROOT="/mnt/hgfs/share/www/go"
GOTOOLDIR="/mnt/hgfs/share/www/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build545988488=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"

What did you do?

how to import "golang.org/x/net/internal/iana"
"golang.org/x/net/internal/iana" //use of internal package not allowed

What did you expect to see?

i need import "golang.org/x/net/internal/iana"

@ALTree
Copy link
Member

ALTree commented Feb 23, 2018

Hi,

the Go project does not use its bug tracker for general discussion or asking questions about the language. The Github bug tracker is only used for tracking bugs and proposals going through the Proposal Process.

Please see the Questions wiki page; it has a list of good places for asking questions. Thanks!

Closing, since this is not a bug.

@ALTree ALTree closed this as completed Feb 23, 2018
@golang golang locked and limited conversation to collaborators Feb 23, 2019
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

3 participants