X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=do.go;fp=do.go;h=e120680fa05599c80b8c0dcc3d8ffc844886a2e8;hb=634ee31ae35a2eaac517e0ffa1b7caede4b27ac5;hp=a2f95bf67ac4332149fc64657f51bec36d7b0084;hpb=bc7701e7a4f95cee680e0736ec3e68a8b0b5c09f;p=goredo.git diff --git a/do.go b/do.go index a2f95bf..e120680 100644 --- a/do.go +++ b/do.go @@ -26,7 +26,10 @@ import ( "strings" ) -const TopFile = "top" +const ( + EnvTopDir = "REDO_TOP_DIR" + TopFile = "top" +) var TopDir string