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

7 lines
94 B
Go

package main
type CommentStruct struct {
Name string
Address string
Aliases []string
}