Merge pull request #56 from onura/pr/fix_missing_import

fix: Cannot compile because of a missing import.
This commit is contained in:
Simone Margaritelli 2018-02-17 14:55:29 +01:00 committed by GitHub
commit 7e07b85acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
package network package network
import ( import (
"fmt"
"net" "net"
"regexp" "regexp"