Missing import to fmt

This commit is contained in:
Neil Alexander 2018-05-26 21:39:07 +01:00
parent 21c39e2c81
commit 03773eca3d
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -4,6 +4,7 @@ import "io/ioutil"
import "log"
import "regexp"
import "net"
import "fmt"
import "encoding/hex"
import "yggdrasil/config"