format with gofumports

This commit is contained in:
sentriz
2019-06-27 21:06:51 +01:00
parent 39590daa39
commit 12b9810ca1
6 changed files with 20 additions and 26 deletions

View File

@@ -1,8 +1,6 @@
package model
import (
"time"
)
import "time"
type CrudBase struct {
CreatedAt time.Time