updating READMD.md
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
package main
|
||||
|
||||
import "testing"
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
os.Exit(m.Run())
|
||||
}
|
||||
|
||||
func TestHelloWorld(t *testing.T) {
|
||||
if HelloWorld() != "hello world" {
|
||||
|
||||
Reference in New Issue
Block a user