f1

module
v0.0.0-...-d98acf1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2024 License: MIT

README

f1

prerequisites

homebrew

Install core proto compiler, and Go plugins:

brew install protoc-gen-go protoc-gen-go-grpc

compiling the protos

From the root of this repository, run:

protoc \
  --proto_path=proto \
  --go_out=proto \
  --go_opt=paths=source_relative \
  --go-grpc_out=proto \
  --go-grpc_opt=paths=source_relative \
  f1.proto

Then run cd go && go mod tidy to update the go.mod dependencies.

generating binary protos

From the root of this directory, run:

go run cmd/gen-binary-proto/main.go \
  --schedule_dest=./schedule/binaryproto

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL