# README
Go 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 specific directory
- Download a static file
- Generate a random string of a specific length
- 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
Version
Current tagged version: v1.0.0
This project follows Semantic Versioning.
Installation
To install the latest version, use:
go get -u github.com/juanatsap/go-toolkit