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 darwin
// +build arm // +build windows
// +build mips // +build linux,arm
// +build mipsle // +build linux,mips
// +build mips64 // +build linux,mipsle
// +build mips64le // +build linux,mips64
// +build linux,mips64le
package modules package modules
import ( import (