]> Cypherpunks.ru repositories - goredo.git/blobdiff - do.go
Various refactoring
[goredo.git] / do.go
diff --git a/do.go b/do.go
index a2f95bf67ac4332149fc64657f51bec36d7b0084..e120680fa05599c80b8c0dcc3d8ffc844886a2e8 100644 (file)
--- 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