Go factories for some common things which I use
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
resputil add(resputil): logger interface to log errors at final stage Jul 23, 2018
.gitignore
LICENSE
README.md
database.go
database_test.go
dep-ensure.sh
profiler.go
profiler_test.go
semaphore.go
sonyflake.go
sonyflake_test.go
test.sh

README.md

factory

Go factories for some common things which I use.

  • Database (sqlx + mysql & pq) + utility functions
  • Database query profiler for Stdout or Memory ([]string)
  • Sonyflake ID generator for uint64 ids

Written by @TitPetric and licensed under the permissive WTFPL.