Categorygithub.com/TakenokoTech/grpc-go
module
0.0.0-20191014044158-7e6416f4ac27
Repository: https://github.com/takenokotech/grpc-go.git
Documentation: pkg.go.dev

# README

grpc-go

Node+CI codecov GitHub license

# Run
go run bin/grpc-go.go

# Build
go build bin/grpc-go.go

# Test
go test ./...

# Coverage
go test -coverprofile="report/cover.out" -covermode=atomic ./...
go tool cover -html="report/cover.out" -o report/cover.html

# Lint
golint ./...

# proto
protoc -I api/ api/proto/sample.proto --go_out=plugins=grpc:api

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author