This website requires JavaScript.
Explore
Help
Sign In
ssube
/
home-dns
Watch
1
Star
0
Fork
You've already forked home-dns
0
Code
2046387306
home-dns
/
main_test.go
11 lines
103 B
Go
Raw
Blame
History
package
main
import
(
"fmt"
"testing"
)
func
TestSomething
(
t
*
testing
.
T
)
{
fmt
.
Println
(
"hello"
)
}
View Git Blame
Copy Permalink