func path/filepath.Dir

12 uses

	path/filepath (current package)
		path.go#L580: func Dir(path string) string {

	github.com/go-pg/migrations/v8
		collection.go#L106: 		err = c.DiscoverSQLMigrations(filepath.Dir(file))
		collection.go#L363: 		_ = c.DiscoverSQLMigrations(filepath.Dir(migrationFile()))

	go.pact.im/x/goupdate
		workspaces.go#L42: 				filepath.Dir(gomod),
		workspaces.go#L47: 	workspaceDir := filepath.Dir(gowork)

	go/build
		build.go#L1160: 			d := filepath.Dir(parent)

	golang.org/x/tools/go/packages
		golist.go#L297: 		fdir := filepath.Dir(query)
		golist_overlay.go#L71: 		dir := filepath.Dir(opath)
		golist_overlay.go#L91: 				if !sameFile(filepath.Dir(f), dir) {
		golist_overlay.go#L239: 			pkgPath, err := toPkgPath(filepath.Dir(pkg.GoFiles[0]), imp.ID)
		golist_overlay.go#L299: 		next := filepath.Dir(searchDir)
		golist_overlay.go#L451: 		seen[filepath.Dir(f)] = true