Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 338 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 338 Bytes

Golang clean architecture

Запуск

    make up

Если не получается запустить...

    make help

Тест

    make test
    make lint

docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.55.2 golangci-lint run -c ./build/.golangci.yml