package
0.4.4
Repository: https://github.com/pojol/gobot.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
New creates a Color instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Exist 判断文件是否存在.
GetCurrentDirectory 获取进程的当前目录.
No description provided by the author
GetFileExt 获取文件的扩展名.
GetFileRealName 获取文件名.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
创建一个固定大小的拥塞队列.
NewSwitch 返回一个新的开关事件.
No description provided by the author
Output returns the output.
Print is analogous to `fmt.Print` with termial detection.
Printf is analogous to `fmt.Printf` with termial detection.
Println is analogous to `fmt.Println` with termial detection.
ReadFile 读取一个文件.
No description provided by the author
No description provided by the author
No description provided by the author
SaveFile 保存文件.
SetOutput sets the output.
No description provided by the author
No description provided by the author
Map maps the lua table to the given struct pointer.
No description provided by the author
No description provided by the author
ToGoValue converts the given LValue to a Go object.
ToUpperCamelCase is an Option.NameFunc that converts strings from snake case to upper camel case.
No description provided by the author
No description provided by the author
No description provided by the author
WriteJSON 保存json文件.
No description provided by the author
No description provided by the author

# Constants

B bold emphasis style.
Blk Black text style.
BlkBg black background style.
Blu blue text style.
BluBg blue background style.
Cyn cyan text style.
CynBg cyan background style.
D dim emphasis style.
Grn green text style.
GrnBg green background style.
Gry grey text style.
H hidden emphasis style.
I italic emphasis style.
In inverse emphasis style.
Mgn magenta text style.
MgnBg magenta background style.
R reset emphasis style.
Rd red text style.
RdBg red background style.
S strikeout emphasis style.
U underline emphasis style.
Wht white text style.
WhtBg white background style.
Yel yellow text style.
YelBg yellow background style.

# Structs

No description provided by the author
No description provided by the author
Option is a configuration that is used to create a new mapper.
SizeWaitGroup 用于控制goroutine的并发数量.
Switch 用于模拟开关行为的事件结构.
No description provided by the author