From: Sergey Matveev Date: Thu, 23 Sep 2021 20:21:39 +0000 (+0300) Subject: Better main file filename X-Git-Tag: v3.0.0~16 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=adfee4423269bf180abab3131a171f34931d7037;hp=cc8232897ceab7f8dcfb7fce13de6ca75f1bdb74 Better main file filename --- diff --git a/VERSION.do b/VERSION.do index afefe20..2c99f3b 100644 --- a/VERSION.do +++ b/VERSION.do @@ -1,2 +1,2 @@ -redo-ifchange gocheese.go -perl -ne 'print "$1\n" if /Version.*"(.*)"$/' < gocheese.go +redo-ifchange main.go +perl -ne 'print "$1\n" if /Version.*"(.*)"$/' < main.go diff --git a/gocheese.go b/main.go similarity index 100% rename from gocheese.go rename to main.go