copyfighter icon indicating copy to clipboard operation
copyfighter copied to clipboard

Unable to type check package "main"

Open boncheff opened this issue 7 years ago • 0 comments

Running copyfighter results in:

unable to type check package "main": /home/xxx/work/src/xxx/xxx.go:6:2: could not import xxx/xxx (can't find import: xxx/xxx)

The structure is something like this

├── current_version
├── Dockerfile
├── package1
│   ├── xxx
│   │   └── xxx.go
│   └── xxx
│       └── xxx.go
├──package2
│   └── xxx.go
├── main.go
├── Makefile
├── package3
│   ├── xxx.go
│   ├── xxx.go
│   └── xxx.go
└── README.md

boncheff avatar Nov 10 '17 16:11 boncheff