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

6 lines
63 B
Go

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