feat: add https safe file handling

This commit is contained in:
2026-08-06 10:58:29 +02:00
parent 13de03cd1c
commit af6c7b3699
2 changed files with 25 additions and 3 deletions

8
mise.toml Normal file
View File

@@ -0,0 +1,8 @@
[tools]
go = "1.26.0"
"go:golang.org/x/tools/gopls" = "latest"
buf = "1.72.0"
[tasks.generate]
description = "Generate Go protobuf and gRPC bindings"
run = "buf generate"