gopher.nvim/spec/fixtures/tests/function_input.go
2025-02-24 14:15:30 +02:00

5 lines
62 B
Go

package fortest
func Add(x, y int) int {
return 2 + x + y
}