AnaTofuZ / BookmarkTarou

0 stars 0 forks source link

Bookmark, Entry, Userのモデルを定義 #5

Closed AnaTofuZ closed 4 years ago

AnaTofuZ commented 4 years ago

model packageでよしなに定義した。タグは今回はまだ実装しない

AnaTofuZ commented 4 years ago

ローカルで

golangci-lint run --enable-all

model/entry.go:7:2: structtag: struct field tag `db:titile"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
    Title string `db:titile"`

とかしたら怒られたので、どうせなのでGitHubActionsのテストとして残しておきたいので、mergeしちゃう(いいのか)