path

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: 2 Imported by: 1

Documentation

Index

Constants

View Source
const ModuleName = "path"

Variables

View Source
var (
	Module = gad.Dict{
		"ext":   gad.MustNewReflectValue(path.Ext),
		"clean": gad.MustNewReflectValue(path.Clean),
		"join":  gad.MustNewReflectValue(path.Join),
		"base":  gad.MustNewReflectValue(path.Base),
		"dir":   gad.MustNewReflectValue(path.Dir),
		"isAbs": gad.MustNewReflectValue(path.IsAbs),
	}

	// ModuleInit represents init for module path.
	ModuleInit gad.ModuleInitFunc = func(module *gad.Module, c gad.Call) (err error) {
		module.Data = Module
		return
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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