testing-language-server/demo/go/example_test.go
2024-07-15 19:13:19 +09:00

15 lines
146 B
Go

package main
func Example_hello_ok() {
hello()
// Output:
// hello world
}
func Example_hello_ng() {
hello()
// Output:
// NG pattern
}