Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elek/go-utils


https://github.com/elek/go-utils

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Generic scripting utilities

Following helper methods are used for scripting like utilities.

Main parts:

* `json`: simple helpers to handle *unstructured* json object (`map[string]interface{}`)
* `github`: helpers to call Github API
* `jira`: helpers to call Jira API
* `kv`: key value
* `cache`: disk based cache to cache results of operations