Registry / utility / aliasgo

aliasgo

JSON →
library1.2.3gogounverified

AliasGo is a Go library for managing aliases and shortcuts, likely for command-line or configuration purposes.

go get aletheiaware.com/aliasgo
INSTALL
IMPORT
SIG · ALIASGO
A
aliasgo
utilitygov1.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

aliasgo
aletheiaware.com/aliasgo

Minimal example showing how to create and use an alias.

package main import ( "fmt" "aletheiaware.com/aliasgo" ) func main() { alias := aliasgo.NewAlias("myalias", "command") fmt.Println(alias.Name()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
34
Resources
aliasgo — go get aliasgo · libregistry