gokins/ruis_test.go

10 lines
84 B
Go
Raw Normal View History

2021-07-22 10:53:38 +08:00
package main
import (
"testing"
)
func Test1(t *testing.T) {
println("hello")
}