diff options
author | Valery Piashchynski <[email protected]> | 2020-02-26 17:09:28 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-26 17:09:28 +0300 |
commit | 038517ca5e4e8d53614ca406fd2edda306a58875 (patch) | |
tree | 43c963f74d0e3232a1e7fc66c19b27c4ef1fc0e2 /util | |
parent | dba47ae114d385c4288cdc811b7a7ba648063e74 (diff) |
Fix build targets
Replace && --> ;
Diffstat (limited to 'util')
-rw-r--r-- | util/network.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network.go b/util/network.go index 54d29519..d858cb0a 100644 --- a/util/network.go +++ b/util/network.go @@ -1,4 +1,4 @@ -// +build linux +// +build linux darwin freebsd package util |