Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 289 Bytes

This is a go-micro start-kit

it is in develop, no production ready !

How to use

  1. Generate proto cd apps/srv/demo && make proto

  2. Run service cd apps/srv/demo && go run cmd/main.go

cd apps/web/demo && go run cmd/main.go

  1. Check result

open url http://127.0.0.1:9991