mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
6 lines
86 B
Go
6 lines
86 B
Go
//go:build go1.21
|
|
|
|
package kanban
|
|
|
|
const Error int = "请使用小于1.21版本的Go"
|