Skip to content

eShopGopack - package with shared code for eShop demo

License

Notifications You must be signed in to change notification settings

WildEgor/e-shop-gopack

Repository files navigation

e-shop-gopack

License Go Report Card

Contains shared code for eShop demo

Table of Contents

Installation

go get github.com/WildEgor/e-shop-gopack

Usage

  • .github
    • workflows
      • release.yml - run semantic release
      • testing.yml - run checks and tests
    • pkg
      • core - core domain shared entities/models etc.
        • dtos
      • libs
        • logger - slog wrapper
        • notifier - client for e-shop-notifier service

Contributing

Please, use git cz for commit messages!

git clone https://github.com/WildEgor/e-shop-gopack
cd e-shop-gopack
git checkout -b feature-or-fix-branch
git add .
git cz
git push --set-upstream-to origin/feature-or-fix-branch

About

eShopGopack - package with shared code for eShop demo

Resources

License

Stars

Watchers

Forks

Packages

No packages published