gopher.nvim/spec/fixtures/comment/var_struct_fields_output.go

9 lines
85 B
Go

package main
func main() {
var s struct {
API string
// Key
Key string
}
}