1
0
Fork 0
home-dns/main_test.go

11 lines
103 B
Go
Raw Permalink Normal View History

2018-03-31 14:52:12 +00:00
package main
import (
"fmt"
"testing"
)
func TestSomething(t *testing.T) {
fmt.Println("hello")
}