changed package name to oci8 - just to skip the whole trademark thing
This commit is contained in:
parent
f2959c880e
commit
422d37cfb7
@ -1,5 +1,5 @@
|
||||
//Oracle oracle implements a gorm dialect
|
||||
package oracle
|
||||
// oci8 implements a gorm dialect for oracle
|
||||
package oci8
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package oracle
|
||||
package oci8
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
Loading…
x
Reference in New Issue
Block a user