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.
11 lines
158 B
YAML
11 lines
158 B
YAML
packages:
|
|
- name: lib
|
|
type: go
|
|
srcs:
|
|
- "**/*.go"
|
|
- "go.mod"
|
|
- "go.sum"
|
|
config:
|
|
packaging: library
|
|
dontTest: false
|