gopher.nvim/spec/fixtures/tests/function_input.go
Smirnov Oleksandr da960189c1
tests: improve testing (#80)
* chore: setup mini.test

* chore(ci): setup new test runner, install plugin deps

* chore(ci): test only on stable and nightly releases

* test: iferr

* test: struct_tags

* test: impl

* test: gotests
2025-02-24 14:21:01 +02:00

5 lines
62 B
Go

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