In latest gopls(cb292c67c19fd2ca6a9be9ad561c136043fd0472), when I use ctrl+i to trigger suggestion in an empty file a.go, the suggestion main doesn't appear at the top.
➜ go-playground tree .
.
├── a.go
├── go.mod
└── main.go

I expect when there is a go file with package main clause, gopls should put main as the first alternative.
In latest gopls(cb292c67c19fd2ca6a9be9ad561c136043fd0472), when I use
ctrl+ito trigger suggestion in an empty filea.go, the suggestionmaindoesn't appear at the top.I expect when there is a go file with
package mainclause, gopls should put main as the first alternative.