Skip to content

elldritch/go-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-core

A personal collection of useful application-level packages for writing HTTP API servers.

My usual stack:

  • go-chi/chi: mux
  • rs/zerolog: structured logging
  • volatiletech/sqlboiler: "ORM"
  • jmoiron/sqlx: database driver sugar
  • lib/pq: database driver
  • contribsys/faktory: task queue

Things I still need:

  • Distributed tracing
  • Metrics and statistics
  • RPC
  • Dependency injection

About

A collection of useful Go tools for personal projects.

Resources

Stars

Watchers

Forks

Contributors

Languages