Skip to content

Releases: nurcahyaari/golang-starter

v1.1

04 Jan 14:38
Compare
Choose a tag to compare

this version is based on this PR => #3

change:

  • change the folder structuring
  • change the config and log library
  • add wire for dependency injection

v1.0.1

29 Dec 12:47
96f101f
Compare
Choose a tag to compare

Changes:

  • Add Layer config, infra, internal
  • config is previously written on internal/config package, now the config is a standalone package on the top of app structure
  • db is previously written on internal/db, now the db is written on infrastructure package