Skip to content

Releases: josepdcs/go-proposal-hexagonal-arch

v3.1.0

19 Jan 17:52
Compare
Choose a tag to compare

Integration tests for the User API have been added. These tests run when the integration_test tag is provided.

For example:

go test -tags integration_test ./...

v3.0.0-with-koanf

17 Jan 07:39
Compare
Choose a tag to compare

Viper replaced by Koanf

v2.0.0-with-fiber

16 Jan 09:50
Compare
Choose a tag to compare
Replaced swagger gin for fiber implementation

v1.0.0-with-gin

15 Jan 14:53
Compare
Choose a tag to compare
unit tests for repository layer