godropbox icon indicating copy to clipboard operation
godropbox copied to clipboard

Common libraries for writing Go services/applications.

Results 6 godropbox issues
Sort by recently updated
recently updated
newest added

I ran [govanish](https://github.com/sivukhin/govanish) linter (it still in the WIP phase) against `godropbox` repo and it found one suspicious place: ``` 2023/12/24 17:03:42 it seems like your code vanished from compiled...

This fixes a dropped `err` variable in `database/binlog`. Additionally, `gofmt` reformatted some comments automatically. I can remove this change if it is unwelcome.

Benchmark results: ``` Fake dealer: BenchmarkGetConnection-16 1492227 803.2 ns/op BenchmarkGetConnectionMaxIdle-16 1888982 631.4 ns/op Real dealer: BenchmarkGetConnection-16 9052 113356 ns/op BenchmarkGetConnectionMaxIdle-16 1901071 626.9 ns/op ``` Code example: ``` func BenchmarkGetConnection(b *testing.B)...

Does the mysql binlog package work for mysql 8 despite the readme saying max v5.6?

I noticed that the Memcached binary protocol client provided by this library performs checks on the keys and disallows certain byte values, perhaps to maintain compatibility with the ASCII protocol:...

Curious is the memcache package compatible with AWS and does it support AWS Auto Discovery? https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/AutoDiscovery.HowAutoDiscoveryWorks.html