Releases: create-go-app/net_http-go-template
Releases · create-go-app/net_http-go-template
v1.3.1
Changelog
- Update
golang-jwt/jwt
package to v3.2.2
(changes)
Your help to improve project
We would be very grateful for help with:
- Code test coverage (
0.0%
of the code is covered in this release)
Your PRs are welcome! Thanks 😉
v1.3.0
Changelog
Your help to improve project
We would be very grateful for help with:
- Code test coverage (
0.0%
of the code is covered in this release)
Your PRs are welcome! Thanks 😉
v1.2.4
Changelog
Your help to improve project
We would be very grateful for help with:
- Code test coverage (
0.0%
of the code is covered in this release)
Your PRs are welcome! Thanks 😉
v1.2.3
Changelog
Your help to improve project
We would be very grateful for help with:
- Code test coverage (
0.0%
of the code is covered in this release)
Your PRs are welcome! Thanks 😉
v1.2.2
New
TODO:
I would be very happy to have your help on the following tasks:
- Add tests to cover all functions.
PRs are welcome 👍
v1.2.1
New
TODO:
I would be very happy to have your help on the following tasks:
- Add tests to cover all functions.
PRs are welcome 👍
v1.2.0
New
- Add
ConnectionURLBuilder
func
- Update
.env
- Update Swagger API docs
- Update README
TODO:
I would be very happy to have your help on the following tasks:
- Add tests to cover all functions.
PRs are welcome 👍
v1.1.0
- New (and awesome) template structure by my own "Philosophy of Golang project architecture".
- Re-think API methods for more understandable points.
- Switch to
.env
config file from YML.
- Add more useful middleware and packages (JWT, Swagger, etc.).
- Add example func for DB connection (by default, PostgreSQL).
- Add folder with migration files for init DB.
- Add many comments in code.
TODO:
I would be very happy to have your help on the following tasks:
- Add tests to cover all functions.
PRs are welcome 👍
v1.0.3
- Switch to the new structure.