💩👌 make lint happy

This commit is contained in:
源文雨
2022-03-07 23:27:11 +08:00
parent 54c9857219
commit 1ba4722fc7
3 changed files with 9 additions and 3 deletions

View File

@@ -14,10 +14,12 @@ var (
"* Copyright © 2020 - 2022 FloatTech. All Rights Reserved.",
"* Project: https://github.com/FloatTech/ZeroBot-Plugin",
}
// Banner ...
Banner = strings.Join(info[:], "\n")
reg = registry.NewRegReader("reilia.westeurope.cloudapp.azure.com:32664", "fumiama")
)
// PrintBanner ...
func PrintBanner() {
fmt.Print(
"\n======================[ZeroBot-Plugin]======================",
@@ -28,6 +30,7 @@ func PrintBanner() {
)
}
// Kanban ...
func Kanban() string {
err := reg.Connect()
if err != nil {

View File

@@ -1,3 +1,4 @@
// Package kanban 打印版本信息
package kanban
func init() {