Files
platform/cmd/playground/main.go

11 lines
89 B
Go

package main
import (
"fmt"
"time"
)
func main() {
fmt.Printf("%v\n", time.Now())
}