Closed

Description
What version of Go are you using (go version
)?
$ go version go version go1.13.4
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
darwin/amd64
go env
Output
$ go env
What did you do?
- Set the env variable in .zshrc:
export GOPATH=$HOME/Github/service
- Open my test file:
// $HOME/Github/service/src/github.com/myName/project/internal/user/user_test.go
package user_test
import (
...
"github.com/myName/project/internal/platform/web"
)
...
- It report a suspicious state from go-vet checker, the warm message is:
imports github.com/myName/project/internal/platform/web:
use of internal package github.com/myName/project/internal/platform/web not allowed