func path/filepath.Rel

2 uses

	path/filepath (current package)
		path.go#L266: func Rel(basepath, targpath string) (string, error) {

	golang.org/x/tools/go/packages
		golist.go#L785: 		r, err := filepath.Rel(rdir, dir)