gokins/ruis_test.go
2021-07-22 10:53:38 +08:00

10 lines
84 B
Go

package main
import (
"testing"
)
func Test1(t *testing.T) {
println("hello")
}