golib icon indicating copy to clipboard operation
golib copied to clipboard

Go common libraries

Results 3 golib issues
Sort by recently updated
recently updated
newest added

This repo does not have a license. Other projects from the upstream use the Apache 2.0 license, so the same license makes sense here.

I find a problem in this repo when I use `orchestrator`. file: ` golib/sqlutils/sqlutils.go` code: ``` // QueryRowsMap is a convenience function allowing querying a result set while poviding a...

A number of small tweaks for sqlutils. Only the defer Close() commit is an actual bug fix. The extra error checks are "nice to have" and reduce errors later in...