Fix the imports I botched really badly
Apparently I don't understand how go modules work.
This commit is contained in:
parent
44d981fbfc
commit
41fe97d336
169 changed files with 365 additions and 362 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
// dot import so that jet go code would resemble as much as native SQL
|
||||
// dot import is not mandatory
|
||||
. "source.gleipnir.technology/Gleipnir/jet/examples/quick-start/.gen/jetdb/dvds/table"
|
||||
. "source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
. "source.gleipnir.technology/Gleipnir/jet/v2/postgres"
|
||||
|
||||
"source.gleipnir.technology/Gleipnir/jet/examples/quick-start/.gen/jetdb/dvds/enum"
|
||||
"source.gleipnir.technology/Gleipnir/jet/examples/quick-start/.gen/jetdb/dvds/model"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue