1
0
Fork 0
home-dns/main_test.go

11 lines
103 B
Go

package main
import (
"fmt"
"testing"
)
func TestSomething(t *testing.T) {
fmt.Println("hello")
}