mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
Add Placeholder .proto files and script to generate Go client/server SDKs. Adapted from the `public-api` component.
6 lines
106 B
Modula-2
6 lines
106 B
Modula-2
module github.com/gitpod-io/gitpod/usage-api-codegen
|
|
|
|
go 1.18
|
|
|
|
require google.golang.org/protobuf v1.28.0
|