Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 504 Bytes

File metadata and controls

19 lines (11 loc) · 504 Bytes

Authentication Service

⚠️ Caution: Rename Module and References

Before using this template, make sure to:

  1. Rename the Go module in go.mod to your own module path.
  2. Replace all occurrences of micros-template and related words throughout the project with your own naming.

This ensures your project is uniquely identified and avoids conflicts with the template source.

Set up pre-commit

Plese setup pre-commit before start to code

make pre-commit-preparation