kit:
go build -o ~/go/bin/protoc-gen-kit cmd/kit/main.go
ts:
go build -o ~/go/bin/protoc-gen-ts cmd/ts/main.go
all:
make kit
make ts
testts: