Skip to content

Commit 0e479d4

Browse files
committed
Update readme - feature complete
1 parent 84ac6dd commit 0e479d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ A simple example of how to create a reusable Go module with commonly used tools.
44

55
The included tools are:
66

7-
- [ ] Read JSON
8-
- [ ] Write JSON
9-
- [ ] Produce a JSON encoded error response
7+
- [x] Read JSON
8+
- [x] Write JSON
9+
- [x] Produce a JSON encoded error response
1010
- [x] Upload a file to a specified directory
1111
- [x] Download a static file
1212
- [x] Get a random string of length n
13-
- [ ] Post JSON to a remote service
13+
- [x] Post JSON to a remote service
1414
- [x] Create a directory, including all parent directories, if it does not already exist
1515
- [x] Create a URL safe slug from a string
1616

0 commit comments

Comments
 (0)