From 70a536c8605b33377f73856cb5d25939b9501493 Mon Sep 17 00:00:00 2001 From: Ilia Choly Date: Tue, 13 Sep 2022 09:26:28 -0400 Subject: [PATCH] add note about path command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43821c3..3b6ca41 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,5 @@ cluster.go:16:2 goredis.io/internal/hashtag * This tool does not understand `replace` directives or nested modules. * By default, only cached content will be fetched from the module proxy (See `-cached` flag). * If you have multiple major versions imported, **ALL** of them will be rewritten. -* The latest version will not be found if there are **gaps** between major version numbers. \ No newline at end of file +* The latest version will not be found if there are **gaps** between major version numbers. +* The `path` command does not rewrite package names. \ No newline at end of file