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

7 lines
78 B
Go

package main
type Method struct{}
func (Method) Run() error {
return nil
}