Documentation ¶ Index ¶ type Ants func (slf *Ants) Printf(format string, args ...interface{}) type GNet func (slf *GNet) Debugf(format string, args ...interface{}) func (slf *GNet) Errorf(format string, args ...interface{}) func (slf *GNet) Fatalf(format string, args ...interface{}) func (slf *GNet) Infof(format string, args ...interface{}) func (slf *GNet) Warnf(format string, args ...interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Ants ¶ type Ants struct { } func (*Ants) Printf ¶ func (slf *Ants) Printf(format string, args ...interface{}) type GNet ¶ type GNet struct { } func (*GNet) Debugf ¶ func (slf *GNet) Debugf(format string, args ...interface{}) func (*GNet) Errorf ¶ func (slf *GNet) Errorf(format string, args ...interface{}) func (*GNet) Fatalf ¶ func (slf *GNet) Fatalf(format string, args ...interface{}) func (*GNet) Infof ¶ func (slf *GNet) Infof(format string, args ...interface{}) func (*GNet) Warnf ¶ func (slf *GNet) Warnf(format string, args ...interface{}) Source Files ¶ View all Source files ants.go gnet.go Click to show internal directories. Click to hide internal directories.