gf/geg/other/test.go

9 lines
99 B
Go

package main
import (
"gitee.com/johng/gf/geg/other/sleep"
)
func main() {
sleep.Test()
}