X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=ifchange.go;h=73dcae26c0b4a207e755df20778981f199f4a0d0;hb=634ee31ae35a2eaac517e0ffa1b7caede4b27ac5;hp=972da4dcd80f9c5f9735c4d696624a102ab8e792;hpb=bc7701e7a4f95cee680e0736ec3e68a8b0b5c09f;p=goredo.git diff --git a/ifchange.go b/ifchange.go index 972da4d..73dcae2 100644 --- a/ifchange.go +++ b/ifchange.go @@ -17,6 +17,13 @@ along with this program. If not, see . package main +import "sync" + +var ( + Force bool = false + Jobs sync.WaitGroup +) + func isOkRun(err error) bool { if err == nil { return true