mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 12:02:26 +01:00
fix:#7 fixed models lint
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
package model
|
||||
|
||||
type BaseModel struct {
|
||||
isNotNew bool
|
||||
Id string `db:"id" json:"id"`
|
||||
Created JSONTime `db:"created" json:"created"`
|
||||
Updated JSONTime `db:"updated" json:"updated"`
|
||||
|
||||
Reference in New Issue
Block a user