mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 16:34:02 +03:00
Refactored all the things!
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
||||
"fmt"
|
||||
"net"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/juju/errors"
|
||||
)
|
||||
@@ -14,10 +13,6 @@ import (
|
||||
const (
|
||||
BufferWriteSize = 32 * 1024
|
||||
BufferReadSize = 32 * 1024
|
||||
BufferSizeCopy = 32 * 1024
|
||||
|
||||
TimeoutRead = time.Minute
|
||||
TimeoutWrite = time.Minute
|
||||
)
|
||||
|
||||
// Config represents common configuration of mtg.
|
||||
|
||||
Reference in New Issue
Block a user