mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Missing import to fmt
This commit is contained in:
parent
21c39e2c81
commit
03773eca3d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import "io/ioutil"
|
|||
import "log"
|
||||
import "regexp"
|
||||
import "net"
|
||||
import "fmt"
|
||||
import "encoding/hex"
|
||||
import "yggdrasil/config"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue