Include build tags to allow go get on non-Windows platforms. Fixes #30

This commit is contained in:
Cezar Sa Espinola
2016-10-06 18:00:50 -03:00
parent ce2922f643
commit 94c0518b08
10 changed files with 19 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
// +build windows
package backuptar
import (