init
This commit is contained in:
9
main_test.go
Normal file
9
main_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestHelloWorld(t *testing.T) {
|
||||
if HelloWorld() != "hello world" {
|
||||
t.Errorf("got %s expected %s", HelloWorld(), "hello world")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user