Documentation ¶ Index ¶ Constants func Module(parentScope *scope.Scope) (*object.Module, error) func Now(ctx context.Context, args ...object.Object) object.Object func Parse(ctx context.Context, args ...object.Object) object.Object func Sleep(ctx context.Context, args ...object.Object) object.Object Constants ¶ View Source const Name = "time" Name of this module Variables ¶ This section is empty. Functions ¶ func Module ¶ func Module(parentScope *scope.Scope) (*object.Module, error) func Now ¶ func Now(ctx context.Context, args ...object.Object) object.Object func Parse ¶ func Parse(ctx context.Context, args ...object.Object) object.Object func Sleep ¶ added in v0.0.13 func Sleep(ctx context.Context, args ...object.Object) object.Object Types ¶ This section is empty. Source Files ¶ View all Source files time.go Click to show internal directories. Click to hide internal directories.