Issue
Is there any golang package already available to access GT.M database?
For example there is a package named mgo which is used to handle mongoDb
in go language. Similarly couchgomaster package is used to access couchDb
in go language.
I need to access GT.M database through go language.
Solution
No: the Greystone Technology M doesn’t seem to have any public go project.
The go-search queries (for gtm or for greystone) don’t return anything relevant.
Answered By – VonC
Answer Checked By – Mildred Charles (GoLangFix Admin)