time

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package time provides the importable `time` module. Its implementation now lives in the root gad package as the builtin `time` namespace; this package re-exports it so import("time") keeps working.

Index

Constants

View Source
const ModuleName = "time"

Variables

View Source
var (
	TimeType     = gad.TimeType
	LocationType = gad.TimeLocationType
)

Type objects for time and location values.

View Source
var ModuleInit = gad.ModuleInitFunc(func(module *gad.Module, c gad.Call) (err error) {
	module.Data = gad.TimeModule()
	return
})

ModuleInit represents time module.

Functions

This section is empty.

Types

type Location

type Location = gad.Location

Time and Location are the gad time/location object types.

type Time

type Time = gad.Time

Time and Location are the gad time/location object types.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL