Add the module name after the path to the repo and simply name it ersteller
This commit is contained in:
@@ -5,11 +5,11 @@ package enttest
|
||||
import (
|
||||
"context"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent"
|
||||
// required by schema hooks.
|
||||
_ "git.gorlug.de/code/golang/ersteller-lib/starter/ent/runtime"
|
||||
_ "git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/runtime"
|
||||
|
||||
"git.gorlug.de/code/golang/ersteller-lib/starter/ent/migrate"
|
||||
"git.gorlug.de/code/golang/ersteller-lib/ersteller/starter/ent/migrate"
|
||||
|
||||
"entgo.io/ent/dialect/sql/schema"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user