Skip to content

capaci/grpc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc go

Repo created for learning purposes, following classes from fullcycle course.

Generating protobufs

protoc --go_out=. --go-grpc_out=. proto/course_category.proto --experimental_allow_proto3_optional

This will generate the files .pb.go within internal/pb directory (defined as the package in the .proto file)

running evans

evans -r repl -p 50051

About

Learning grpc using go :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published