go-expr-completion
go-expr-completion copied to clipboard
A tool to complete a left-hand side from given expression for Go.
Results
3
go-expr-completion issues
Sort by
recently updated
recently updated
newest added
I noticed that your repository does not have a license, which make it impossible for others to use and modify your code. If you would like to make your code...
`go version go1.22.5 darwin/arm64` の環境で ``` $ go run main.go -pos 658 -file internal/analysis/analysis.go ``` を実行したところ ``` 2024/07/26 13:34:06 internal error: package "context" without types was imported from "github.com/110y/go-expr-completion/internal/analysis" exit...