feat: add unit test

This commit is contained in:
2019-09-20 01:24:50 +02:00
parent ced985da52
commit 779cd1da6e
7 changed files with 270 additions and 6 deletions

View File

@@ -6,8 +6,10 @@ import (
"time"
)
func main() {
func init() {
rand.Seed(time.Now().UTC().UnixNano())
}
func main() {
fmt.Print("hello")