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
|
|
@ -1,6 +1,6 @@
|
|||
package mysql
|
||||
|
||||
import "source.gleipnir.technology/Gleipnir/jet/internal/jet"
|
||||
import "source.gleipnir.technology/Gleipnir/jet/v2/internal/jet"
|
||||
|
||||
// Expression is common interface for all expressions.
|
||||
// Can be Bool, Int, Float, String, Date, Time or Timestamp expressions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue