v0 source pure
v0 - Unaudited: This is an initial version that has not yet been formally audited. A fully audited version will be pu...
View source
v0 - Unaudited This is an initial version of this package that has not yet been formally audited. A fully audited version will be published as a subsequent release. Use in production at your own risk.
fqname
Package fqname provides utilities for handling fully qualified identifiers in Gno, typically a package path followed by a dot and a symbol name.
v0 - Unaudited: This is an initial version that has not yet been formally audited. A fully audited version will be published as a subsequent release. Use in production at your own risk.
Package fqname provides utilities for handling fully qualified identifiers in Gno, typically a package path followed by a dot and a symbol name.
Package fqname provides utilities for handling fully qualified identifiers in Gno. A fully qualified identifier typically includes a package path followed by a dot (.) and then the name of a variable, function, type, or other package-level declaration.
3
func Parse
Parse splits a fully qualified identifier into its package path and name components. It handles cases with and without slashes in the package path.
func RenderLink
RenderLink creates a formatted link for a fully qualified identifier. If the package path starts with "gno.land", it converts it to a markdown link. If the domain is different or missing, it returns the input as is.
1
- strings stdlib