Re-add net import

This commit is contained in:
Björn Busse 2018-03-04 22:53:24 +00:00
parent a9a5b17ce4
commit eb84358fef

View File

@ -21,6 +21,7 @@ package main
import ( import (
"bytes" "bytes"
"log" "log"
"net"
"strings" "strings"
"sync" "sync"
"time" "time"