grpc-go

module
v0.0.0-...-7e6416f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2019 License: MIT

README

grpc-go

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

Directories

Path Synopsis
api
bin
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL