module
Version:
v0.0.0-...-a7468fe
Opens a new window with list of versions in this module.
Published: Jan 29, 2023
License: MIT
Opens a new window with license information.
README
¶
go-template
Quick start
Local development:
# Postgres
$ make compose-up
# Run app with migrations
$ make run
- swagger
swag init -g internal/controller/http/v1/router.go
- migrations
migrate -path migrations -database '$(PG_URL)?sslmode=disable' up
- docker
- makefile
- unit test with mock
//go:generate mockgen -source=interfaces.go -destination=./mocks_test.go -package=usecase_test
- integration test
- linters
- rest error
- profiler
- tracing
- victoria metrics && exporter && grafana
Directories
¶
Click to show internal directories.
Click to hide internal directories.