Removing unnecessary type
This commit is contained in:
parent
1c3555d8b7
commit
3648d5a1cc
@ -6,14 +6,6 @@ import (
|
||||
"gitea.deepak.science/deepak/gogmagog/store"
|
||||
)
|
||||
|
||||
type testNotFoundError struct {
|
||||
error
|
||||
}
|
||||
|
||||
func (t *testNotFoundError) NotFound() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func getEmptyModel() *models.Model {
|
||||
str, _ := store.GetInMemoryStore()
|
||||
m := models.New(str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user