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