roy1210 / simple-bank

learning material for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

  • golang-migrate
    • Database migrations. CLI and Golang library.
  • sqlc
    • Generate type safe Go from SQL
  • pg
    • Pure Go Postgres driver for database/sql
  • testify
    • A toolkit with common assertions and mocks that plays nicely with the standard library

About

learning material for golang


Languages

Language:Go 94.9%Language:Makefile 5.1%