changed package name to oci8 - just to skip the whole trademark thing

This commit is contained in:
Jim Lambert 2020-02-14 10:18:09 -05:00
parent f2959c880e
commit 422d37cfb7
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
//Oracle oracle implements a gorm dialect
package oracle
// oci8 implements a gorm dialect for oracle
package oci8
import (
"fmt"

View File

@ -1,4 +1,4 @@
package oracle
package oci8
import (
"strings"