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

8 lines
75 B
Go

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