mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 12:40:09 +08:00
fix: make lint&ci happy
This commit is contained in:
parent
8825514fb2
commit
324a0022a7
@ -10,7 +10,7 @@ import (
|
||||
"github.com/FloatTech/ZeroBot-Plugin/kanban/banner"
|
||||
)
|
||||
|
||||
//go:generate env GOOS= GOARCH= go run github.com/FloatTech/ZeroBot-Plugin/kanban/gen
|
||||
//go:generate go run github.com/FloatTech/ZeroBot-Plugin/kanban/gen
|
||||
|
||||
func init() {
|
||||
PrintBanner()
|
||||
|
||||
2
main.go
2
main.go
@ -1,7 +1,7 @@
|
||||
// Package main ZeroBot-Plugin main file
|
||||
package main
|
||||
|
||||
//go:generate env GOOS= GOARCH= go run github.com/FloatTech/ZeroBot-Plugin/abineundo/ref -r .
|
||||
//go:generate go run github.com/FloatTech/ZeroBot-Plugin/abineundo/ref -r .
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Package winres 生成windows资源
|
||||
package winres
|
||||
|
||||
//go:generate env GOOS= GOARCH= go run github.com/FloatTech/ZeroBot-Plugin/winres/gen
|
||||
//go:generate go run github.com/FloatTech/ZeroBot-Plugin/winres/gen
|
||||
|
||||
Loading…
Reference in New Issue
Block a user