mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-20 18:10:07 +00:00
* incorporate reg-test into "go test" framework * reg-test -> regtest everywhere * update .github/workflows/go.yml
3 lines
37 B
Text
3 lines
37 B
Text
func f(x,y,z) {
|
|
return x + y + z
|
|
}
|