hello_world_test.go 101 B

1234567
  1. package main
  2. import "testing"
  3. func TestHelloWorld(t *testing.T) {
  4. // t.Fatal("not implemented")
  5. }