stub out some initial work and go generate
This commit is contained in:
commit
39385bc8b2
9 changed files with 3343 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module github.com/barakmich/go_raylet
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/gogo/protobuf v1.3.1
|
||||
google.golang.org/grpc v1.34.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue