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