feat(txix/store/protos): init go.mod, generate .pb.go files
This allows importing the generated .pb.go files into other go projects. I initially looked at buildGo.protos, but it doesn't work for multi-.proto files, and actually having LSP support for the generated structs is nice, too. Change-Id: Idbd448008010790a10a0ea42e4059dbb609eaf1a Reviewed-on: https://cl.tvl.fyi/c/depot/+/7322 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
2b9330911a
commit
a91e6334ff
9 changed files with 2390 additions and 0 deletions
3
tvix/store/protos/go.mod
Normal file
3
tvix/store/protos/go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module code.tvl.fyi/tvix/store/protos
|
||||
|
||||
go 1.19
|
Loading…
Add table
Add a link
Reference in a new issue