func os.Getwd
8 uses
os (current package)
executable_darwin.go#L11: var initCwd, initCwdErr = Getwd()
file.go#L298: wd, err := Getwd()
getwd.go#L22: func Getwd() (dir string, err error) {
github.com/evanw/esbuild/internal/fs
fs_real.go#L75: if cwd, err := os.Getwd(); err == nil {
github.com/golang-migrate/migrate/v4/source/file
file.go#L40: wd, err := os.Getwd()
go/build
build.go#L1113: parent, err = os.Getwd()
golang.org/x/pkgsite/devtools/cmd/create_experiment_config
main.go#L49: path, err := os.Getwd()
path/filepath
path.go#L251: wd, err := os.Getwd()
![]() |
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. |