Documentation
¶
Index ¶
Constants ¶
View Source
const ( UnitGbit = 1e9 UnitGbyte = 1e9 * 8 UnitMbit = 1e6 UnitMbyte = 1e6 * 8 UnitKbit = 1e3 UnitKbyte = 1e3 * 8 UnitBit = 1 UnitByte = 8 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Printf(format string, v ...interface{})
Println(v ...interface{})
}
Click to show internal directories.
Click to hide internal directories.