79223547

Date: 2024-11-25 15:05:55
Score: 1
Natty:
Report link

In vscode if you don't want to disable gopls, just tell the local to gopls iteself:

In your settings.json:

  "gopls": {
    "formatting.local": "github.com/XXXX",
  }

Reference

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hojat Modaresi