This commit is contained in:
2024-05-08 17:24:48 +08:00
commit 65b9f3795d
2 changed files with 8 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.charlienet.top/go/oracle
go 1.22

5
oracle.go Normal file
View File

@ -0,0 +1,5 @@
package oracle
func Hello() string {
return "GORM Oracle Driver"
}