.opencode.json

1{
2  "$schema": "./opencode-schema.json",
3  "lsp": {
4    "gopls": {
5      "command": "gopls"
6    }
7  }
8}