Previously I was using godror
package to connect to oracle database client. And now i want to implement ORM in my system and want to connect to oracle using GORM package but it seems I am unable to do it though. I did found out a package https://github.com/CengSin/oracle cfo but the package installation seem to fail. Trying: go get github.com/cengsin/oracle
I seem to be stuck on this.