gopls
(1)升级 gopls 到最新版本
写了一段单元测试的代码,在 vim 中提示错误
```
func TestGenSlug(t *testing.T) {
assert.Equal(t, "hello-world", genSlug("Hello World")
上一页
下一页