package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Sep 25, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
D 打印,等同fmt.Println
D(a ...any)
@param a ...any 打印内容
DD 断点格式化打印,等同fmt.Printf,打印后退出
DD(a …any)
@param a …any 打印内容
VD 变量打印,会打印出变量类型和变量值
VD(a any)
@param a any 变量
VDD 断点格式化打印,等同fmt.Printf,打印后退出
VDD(a any)
@param a any 打印内容
Source Files
¶
Click to show internal directories.
Click to hide internal directories.