This commit is contained in:
2024-05-08 17:24:48 +08:00
commit 65b9f3795d
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package oracle
func Hello() string {
return "GORM Oracle Driver"
}