refactor: update build flag for windows. (#197)

This commit is contained in:
Bo-Yi Wu 2017-03-15 21:47:21 -05:00 committed by GitHub
parent 5b8ce06bee
commit 04ff032214
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
// +build !windows
package gorush

View File

@ -1,3 +1,5 @@
// +build windows
package gorush
import (