mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
13 lines
280 B
YAML
13 lines
280 B
YAML
version: v1
|
|
plugins:
|
|
- name: go
|
|
out: .
|
|
opt: paths=source_relative
|
|
- name: go-grpc
|
|
out: .
|
|
opt: paths=source_relative
|
|
# https://grpc-ecosystem.github.io/grpc-gateway/docs/tutorials/introduction/
|
|
- name: grpc-gateway
|
|
out: .
|
|
opt: paths=source_relative
|