7 lines
101 B
Go
7 lines
101 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestHelloWorld(t *testing.T) {
|
|
// t.Fatal("not implemented")
|
|
}
|