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

5 lines
54 B
Go

package main
func Test(a int) bool {
return false
}