mirror of
https://gitee.com/gokins/gokins.git
synced 2024-11-29 09:47:37 +08:00
10 lines
84 B
Go
10 lines
84 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func Test1(t *testing.T) {
|
|
println("hello")
|
|
}
|