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

This commit is contained in:
evilsocket 2019-09-08 16:47:24 +02:00
parent 2e2a5248b4
commit 8ac2c0163b
No known key found for this signature in database
GPG key ID: 82E42E7F3B34C97E
5 changed files with 2 additions and 5 deletions

View file

@ -1,5 +1,4 @@
// +build !windows // +build !windows
// +build !darwin
package events_stream package events_stream

View file

@ -1,4 +1,4 @@
// +build windows darwin // +build windows
package events_stream package events_stream

View file

@ -1,5 +1,4 @@
// +build !windows // +build !windows
// +build !darwin
package network package network

View file

@ -1,5 +1,4 @@
// +build !windows // +build !windows
// +build !darwin
package network package network

View file

@ -1,4 +1,4 @@
// +build windows darwin // +build windows
package network package network