refactor: update build flag for windows. (#197)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user