tkhq / tkcli

Command line tool to interact with Turnkey
Apache License 2.0
18 stars 5 forks source link

Add go.work file for `gopls` #21

Closed r-n-o closed 1 year ago

r-n-o commented 1 year ago

VSCode (really, gopls) expects a go.work file to correctly open the project:

image

Another thing that can work is configuring VSCode with experimentalWorkspaceModule, but this is being deprecated: https://github.com/golang/go/issues/52897