mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 10:10:25 +00:00
make lint happy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package plugin_book_review
|
||||
package bookreview
|
||||
|
||||
import (
|
||||
zero "github.com/wdvxdr1123/ZeroBot"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package plugin_book_review
|
||||
package bookreview
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user