Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

build error: use of internal package not allowed #183

Description

@beheerderdag

I am using centos 7.5. Any idea how to fix this?

$ go version 
go version go1.9.4 linux/amd64

$ make build
GOBIN=/home/admincentos/src/go/loadgen/bin go install -v \
	./vendor/github.com/golang/lint/golint \
	./vendor/github.com/kisielk/errcheck \
	./vendor/golang.org/x/tools/cmd/goimports
import cycle not allowed
package ./vendor/github.com/golang/lint/golint
	imports flag
	imports errors
	imports runtime
	imports runtime/internal/atomic
	imports unsafe
	imports runtime
vendor/github.com/kisielk/errcheck/main.go:13:2: use of internal package not allowed
make: *** [deps] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions