Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 537 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 537 Bytes

go-pickers

Some scripts to play around with go

proto2json

This tool helps generating JSON request and response examples from protobuf files. See more in proto2json

unit-test-extractor

get-tests.sh is a small tool that aims to analyze go code and put out unit tests, so we have a single view at the coverage (not counting %, this is just info). To use this, include the directory in your $PATH, and navigate to the root of go code you need information about, and run get-tests.sh without any params.