Hello, everyone. Due to the need of my work, I have to use the go language to access the IBM DB2 database. At present, I only found a go-db2-cli driver on the Internet, but I got
when I downloaded it and wrote it according to an example.../go/src/bitbucket.org/phiggins/go-db2-cli/mgodbc.go:126: duplicate case _Ctype_int in type switch
previous case at ../go/src/bitbucket.org/phiggins/go-db2-cli/mgodbc.go:122
Error prompt for .
the system I use is redhat6.8,golang version 1.10 and DB2 version V10.5. Please give me some advice on how to solve this compilation error, or whether there are other drivers that can connect to DB2. Thank you