refactor: update build flag for windows. (#197)
This commit is contained in:
parent
5b8ce06bee
commit
04ff032214
|
@ -1,4 +1,4 @@
|
|||
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
|
||||
// +build !windows
|
||||
|
||||
package gorush
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build windows
|
||||
|
||||
package gorush
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue