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
+4
View File
@@ -0,0 +1,4 @@
// +build !windows
// This file only exists to allow go get on non-Windows platforms.
package backuptar