Documentation ¶ Index ¶ type Time func (*Time) Format(timestamp float64, layout string) interface{} func (*Time) Millis() interface{} func (*Time) Now() interface{} func (*Time) Parse(s, layout string) interface{} func (*Time) Since(timestamp float64) interface{} func (*Time) Sleep(seconds float64) interface{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Time ¶ type Time struct{} func (*Time) Format ¶ func (*Time) Format(timestamp float64, layout string) interface{} func (*Time) Millis ¶ func (*Time) Millis() interface{} func (*Time) Now ¶ func (*Time) Now() interface{} func (*Time) Parse ¶ func (*Time) Parse(s, layout string) interface{} func (*Time) Since ¶ func (*Time) Since(timestamp float64) interface{} func (*Time) Sleep ¶ func (*Time) Sleep(seconds float64) interface{} Source Files ¶ View all Source files runtime.gotime.go Click to show internal directories. Click to hide internal directories.