patch time: Now

This commit is contained in:
xushiwei
2024-06-27 00:51:21 +08:00
parent 44f8c98660
commit 0aa6b03c2a
2 changed files with 50 additions and 0 deletions

7
_demo/gotime/time.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "time"
func main() {
println(time.Now().String())
}