From 0e479d498fdb7ef7dae280730a551c8bf98b0924 Mon Sep 17 00:00:00 2001 From: Onat <53895969+onattech@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:01:13 +0300 Subject: [PATCH] Update readme - feature complete --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index ad0a21c..5c8709b 100755 --- a/readme.md +++ b/readme.md @@ -4,13 +4,13 @@ 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 +- [x] Read JSON +- [x] Write JSON +- [x] Produce a JSON encoded error response - [x] Upload a file to a specified directory - [x] Download a static file - [x] Get a random string of length n -- [ ] Post JSON to a remote service +- [x] Post JSON to a remote service - [x] Create a directory, including all parent directories, if it does not already exist - [x] Create a URL safe slug from a string