Skip to content

Latest commit

 

History

History
executable file
·
19 lines (14 loc) · 551 Bytes

readme.md

File metadata and controls

executable file
·
19 lines (14 loc) · 551 Bytes

Toolkit

A simple example of how to create a reusable Go module with commonly used tools.

The included tools are:

  • Read JSON
  • Write JSON
  • Produce a JSON encoded error response
  • Upload a file to a specified directory
  • Download a static file
  • Get a random string of length n
  • Post JSON to a remote service
  • Create a directory, including all parent directories, if it does not already exist
  • Create a URL safe slug from a string

Installation

go get -u github.com/onattech/toolkit