mirror of
https://gitee.com/johng/gf.git
synced 2024-12-03 04:37:49 +08:00
9 lines
99 B
Go
9 lines
99 B
Go
package main
|
|
|
|
import (
|
|
"gitee.com/johng/gf/geg/other/sleep"
|
|
)
|
|
|
|
func main() {
|
|
sleep.Test()
|
|
} |