mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
7 lines
84 B
Go
7 lines
84 B
Go
// Package kanban 打印版本信息
|
|
package kanban
|
|
|
|
func init() {
|
|
PrintBanner()
|
|
}
|