Categorygithub.com/kolbis/go-kit-user-ms-example

# README

go-kit-user-ms-example

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

GO-KIT User Microservice Real World Example


Explore the docs »

· Report Bug · Request Feature

About The Project

GO-KIT is one of the popular toolkit for building microservices in GO. Yet, it is still pretty combersome and hard to get started with.

GO-KIT-USER-MS-EXAMPLE repo aims to help those who are considering using GO-KIT.

GO-KIT-USER-MS-EXAMPLE repo depends on corego repo

Built With

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Guy Kolbis - @GKolbis - [email protected]

Project Link: https://github.com/kolbis/go-kit-user-ms-example

# Packages

Package client implements user service client library to access user microservice.
Package shared contains the shared enteties, conttracts and utilities between user microservice and user service client library.
Package svc implements user microservice.