func path/filepath.Abs
5 uses
path/filepath (current package)
path.go#L243: func Abs(path string) (string, error) {
github.com/go-git/go-git/v5
repository.go#L262: if path, err = filepath.Abs(path); err != nil {
github.com/golang-migrate/migrate/v4/source/file
file.go#L48: abs, err := filepath.Abs(p)
go/build
build.go#L1083: absSrcDir, err = filepath.Abs(srcDir)
build.go#L1119: parent, err = filepath.Abs(ctxt.Dir)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |