Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 407 Bytes

Git Issue Tracker

A command line tool written in Go, tracks open issues informations from repository. Using this github api, please note repository should be opensource otherwise we need to use KEY.

https://developer.github.com/v3/search/#search-issues.

How to use this...

Simply clone this repository and run following command.

go build main.go
./main <repo:golang/go is:open json decoder>