Skip to content

omerzamir/upload-service

 
 

Repository files navigation

Upload-Service

Go Report Card GoDoc

S3 file Upload Service

Compile proto

In order to compile the proto file make sure you have protobuf and protoc-gen-go

Installing protobuf on Linux

./install_protoc.sh

Installing protoc-gen-go

go get -u github.com/golang/protobuf/protoc-gen-go

example guide to gRPC and protobuf

Compiling Protobuf To Golang: protoc -I proto/ proto/upload_service.proto --go_out=plugins=grpc:./proto

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.6%
  • Shell 1.2%
  • Dockerfile 1.1%
  • Makefile 1.1%