Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 451 Bytes

goarch

Go microservice project architecture

This project contains a set of different project structures and layouts.

gosvc

This is a commenting service with simple project structure

  • cmd
    • server
      • main.go
  • internal
    • comment
    • database
    • transport
      • http

go-zero-bootstrap

This is sample hello service generated with go-zero tools The project itself contains comprehensive information: go-zero-bootstrap/README.MD