mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 13:43:49 +02: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