README ¶ Logger 暂无介绍... 目录导航 列出了该 package 下所有的函数及类型定义,可通过目录导航进行快捷跳转 ❤️ 展开 / 折叠目录导航 类型定义 类型 名称 描述 STRUCT Ants 暂无描述... STRUCT GNet 暂无描述... 详情信息 Ants STRUCT type Ants struct{} func (*Ants) Printf(format string, args ...interface {}) GNet STRUCT type GNet struct{} func (*GNet) Debugf(format string, args ...interface {}) func (*GNet) Infof(format string, args ...interface {}) func (*GNet) Warnf(format string, args ...interface {}) func (*GNet) Errorf(format string, args ...interface {}) func (*GNet) Fatalf(format string, args ...interface {}) Expand ▾ Collapse ▴ 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.