Skip to content

Commit

Permalink
Update readme - feature complete
Browse files Browse the repository at this point in the history
  • Loading branch information
onattech committed Jan 12, 2023
1 parent 84ac6dd commit 0e479d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0e479d4

Please sign in to comment.