Registry / utility / yookoala-realpath

yookoala-realpath

JSON →
library1.0.0gogounverified

A Go library to resolve symbolic links and return the real path of a file.

go get github.com/yookoala/realpath
INSTALL
IMPORT
SIG · YOOKOALA-REALPATH
Y
yookoala-realpath
utilitygov1.0.0
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.

realpath
github.com/yookoala/realpath

Resolve a symlink to its real path.

package main import ( "fmt" "github.com/yookoala/realpath" ) func main() { path, err := realpath.Realpath("/some/symlink") if err != nil { panic(err) } fmt.Println(path) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
yookoala-realpath — go get yookoala-realpath · libregistry