File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ Version v0.x. No backward compatibility guarantees before reaching v1.
1717
1818## Contents
1919
20- - [ sets] ( sets/ ) -- minimal implementation of a generic set data structure.
21- - [ retry] ( retry/ ) -- generic and customizable retry mechanism.
22- - [ github] ( github/ ) -- minimal implementation of some GitHub APIs; integrates with ` retry ` .
20+ - [ sets] ( sets/ ) -- minimal implementation of a generic set data structure.
21+ - [ retry] ( retry/ ) -- generic and customizable retry mechanism.
22+ - [ github] ( github/ ) -- minimal implementation of some GitHub APIs; integrates with ` retry ` .
23+ - [[ googlechat] ( googlechat/ )] -- minimal implementation of the Google Chat API; integrates with ` retry ` .
2324
2425## License
2526
Original file line number Diff line number Diff line change 11// Package github is a minimal implementation of some GitHub APIs; it integrates with
2- // the [go-kit. retry] package.
2+ // the [github.com/Pix4D/ go-kit/ retry] package.
33//
44// See the README and CONTRIBUTING files for additional information, caveats about GitHub
55// API and imposed limits, and reference to official documentation.
Original file line number Diff line number Diff line change 1- // Package googlechat implements a minimal part of the Google Chat API.
1+ // Package googlechat implements a minimal part of the Google Chat API; it integrates
2+ // with the [github.com/Pix4D/go-kit/retry] package.
23//
34// See also:
45// - how the package is used by cogito https://github.com/Pix4D/cogito
You can’t perform that action at this time.
0 commit comments