golang.org/x/pkgsite/internal/source.Info.LineURL (method)

2 uses

	golang.org/x/pkgsite/internal/source (current package)
		source.go#L101: func (i *Info) LineURL(pathname string, line int) string {

	golang.org/x/pkgsite/internal/godoc
		render.go#L126: 		return sourceInfo.LineURL(path.Join(innerPath, p.Filename), p.Line)