Add a test file
This commit is contained in:
parent
ffcf6f372d
commit
445d041eae
7
main_test.go
Normal file
7
main_test.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func TestMain(t *testing.T) {
|
||||||
|
t.Log("it's all okay")
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user