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.
7 lines
138 B
Go
7 lines
138 B
Go
package usage_api_codegen
|
|
|
|
import (
|
|
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
|
_ "google.golang.org/protobuf/runtime/protoimpl"
|
|
)
|