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

This commit is contained in:
evilsocket 2018-03-28 21:20:52 +02:00
parent 3f9229b6db
commit 4e98507eee
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

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