]> Cypherpunks.ru repositories - goredo.git/blobdiff - ifchange.go
Various refactoring
[goredo.git] / ifchange.go
index 972da4dcd80f9c5f9735c4d696624a102ab8e792..73dcae26c0b4a207e755df20778981f199f4a0d0 100644 (file)
@@ -17,6 +17,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 package main
 
+import "sync"
+
+var (
+       Force bool = false
+       Jobs  sync.WaitGroup
+)
+
 func isOkRun(err error) bool {
        if err == nil {
                return true