make lint happy

This commit is contained in:
fumiama
2021-12-25 13:01:05 +08:00
parent 59fe8a021f
commit eebfa23509
11 changed files with 90 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
package plugin_book_review
package bookreview
import (
zero "github.com/wdvxdr1123/ZeroBot"

View File

@@ -1,4 +1,4 @@
package plugin_book_review
package bookreview
import (
"os"

View File

@@ -1,7 +1,7 @@
package plugin_book_review
package bookreview
type book struct {
Id uint64 `db:"id"`
ID uint64 `db:"id"`
BookReview string `db:"bookreview"`
}