func golang.org/x/pkgsite/internal/source.commitFromVersion

3 uses

	golang.org/x/pkgsite/internal/source (current package)
		source.go#L282: 		commit, isHash := commitFromVersion(version, relativeModulePath)
		source.go#L423: 	commit, isHash := commitFromVersion(version, dir)
		source.go#L768: func commitFromVersion(vers, relativeModulePath string) (commit string, isHash bool) {