Skip to content

vinhnxv/go-shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Shopping

This example contains a suite of microservices all built on the go micro framework.

Protobuf

Protobuf is used for code generation of message types and client/hander stubs.

If making changes recompile the protos.

Install

Install protoc for your environment. Then:

go get github.com/golang/protobuf/{proto,protoc-gen-go}
go get github.com/micro/protoc-gen-micro
make proto

Micro API

Run the micro API with custom namespace

micro api --handler=http --namespace=go.shopping.api

About

A sample suite of services built on the go-micro framework

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published