Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 492 Bytes

File metadata and controls

18 lines (11 loc) · 492 Bytes

User 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