go-template

module
v0.0.0-...-a7468fe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2023 License: MIT

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

Path Synopsis
cmd
app
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag
Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag
internal
app
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL