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

5 lines
71 B
Go

package main
type Testinger interface {
Method(input string) error
}