YouChuKoffee/app/console/test.go

11 lines
106 B
Go

package console
import (
"fmt"
"time"
)
func test() {
fmt.Printf(time.Now().Format(time.DateTime))
}