add ability to work with protoset

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-11-16 15:21:52 +03:00
parent a2a241cd78
commit bac85a284d
8 changed files with 233 additions and 15 deletions

View File

@@ -1,2 +1,2 @@
all:
go build -o servicechecker ./cmd/servicechecker/*.go
GOWORK=off go build -x -v -o servicechecker ./cmd/servicechecker/*.go