misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-03-28 19:56:21 +02:00
parent ce4d735f63
commit 54d4594a5b
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,11 @@
// +build !windows
// +build !darwin
// +build !android
// +build !arm
// +build !mips
// +build !mipsle
// +build !mips64
// +build !mips64le
package modules

View file

@ -1,4 +1,5 @@
// +build windows darwin android
// +build arm mips mipsle mips64 mips64le
package modules