added time import

This commit is contained in:
c1982
2015-04-11 00:36:34 +03:00
parent 19466ba249
commit 11ba4f047f

View File

@@ -32,6 +32,7 @@ import (
"net" "net"
"strings" "strings"
"sync" "sync"
"time"
) )
const CHUNK_SIZE = 1024 const CHUNK_SIZE = 1024