From: Sergey Matveev Date: Mon, 14 Aug 2023 17:34:16 +0000 (+0300) Subject: goget -> html X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=0f39e7a5b4e5040c30274de15d6cc3e65e0a0147eda160b9494cafed2e36dfe3;p=prepro.git goget -> html --- diff --git a/USAGE b/USAGE index cf2408d..4ff49c1 100644 --- a/USAGE +++ b/USAGE @@ -8,8 +8,8 @@ mk-mods iterates through all tags: mk-list utility collects all known versions in current GOPROXY directory and creates corresponding "list" files. -mk-goget creates go-import-compatible static files: - mk-goget VCS-WEB-URL MODULE-NAME +mk-html creates go-import-compatible static files: + mk-html VCS-WEB-URL MODULE-NAME For example: mkdir proxy @@ -19,7 +19,7 @@ For example: mk-list cd .. - mkdir goget - cd goget - mk-goget "http://www.git.cypherpunks.ru/?p=balloon.git" go.cypherpunks.ru/balloon - mk-goget "http://www.git.cypherpunks.ru/?p=balloon.git" go.cypherpunks.ru/balloon/v2 + mkdir html + cd html + mk-html "http://www.git.cypherpunks.ru/?p=balloon.git" go.cypherpunks.ru/balloon + mk-html "http://www.git.cypherpunks.ru/?p=balloon.git" go.cypherpunks.ru/balloon/v2 diff --git a/mk-goget b/mk-html similarity index 100% rename from mk-goget rename to mk-html