Remove unused import
This commit is contained in:
parent
6c53214a29
commit
985c3a174e
@ -1,9 +1,6 @@
|
||||
package gorm
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
)
|
||||
import "fmt"
|
||||
|
||||
// DefaultCallback default callbacks defined by gorm
|
||||
var DefaultCallback = &Callback{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user