You must login to view /lordwelch/router7/commit/ea8efe1978a0ca04af3c58afe5f351b6fc1c83e7.
The GitHub option should be usable for most people, it only links via username.

Files
lsgo/lsgo.sublime-project
lordwelch f56ee42b79 Change signatures to constant strings
Fix issues from golangci-lint

Add sublime project file
2021-01-11 01:24:36 -08:00

38 lines
402 B
Plaintext

{
"folders":
[
{
"path": "."
}
],
"settings":
{
"LSP":
{
"gopls":
{
"settings":
{
"gopls":
{
"usePlaceholders": true,
"buildFlags":
[
"-tags",
"noasm"
],
"directoryFilters":
[
"third_party"
],
"analyses": {
"shadow": true,
"unusedparams": true
}
}
}
}
}
}
}