Skip to content

monkey666-cr/user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Service

This is the User service

Generated with

micro new user

Usage

Generate the proto code

make proto

Run the service

micro run .

go 交叉编译

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o *.go

proto 生成代码

protoc -I ./ --go_out=./ --micro_out=./ ./*.proto

docker 编译

docker build -t user:latest .

About

go-micro 示例

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published