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
2
doc.go
2
doc.go
|
|
@ -38,7 +38,7 @@ Before we can write SQL queries in Go, we need to import generated SQL builder a
|
|||
|
||||
To write postgres SQL queries we import:
|
||||
|
||||
. "source.gleipnir.technology/Gleipnir/jet/postgres" // Dot import is used so that Go code resemble as much as native SQL. It is not mandatory.
|
||||
. "source.gleipnir.technology/Gleipnir/jet/v2/postgres" // Dot import is used so that Go code resemble as much as native SQL. It is not mandatory.
|
||||
|
||||
Then we can write the SQL query:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue