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

This commit is contained in:
evilsocket 2018-03-28 21:13:20 +02:00
parent 40e3e9cb7e
commit 31c7b87c53
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,3 @@
// +build !windows
// +build !darwin
// +build !android
// +build !arm // +build !arm
// +build !mips // +build !mips
// +build !mipsle // +build !mipsle

View file

@ -1,11 +1,10 @@
// +build windows // +build !linux
// +build darwin
// +build android
// +build arm // +build arm
// +build mips // +build mips
// +build mipsle // +build mipsle
// +build mips64 // +build mips64
// +build mips64le // +build mips64le
package modules package modules
import ( import (