We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ac6dd commit 0e479d4Copy full SHA for 0e479d4
readme.md
@@ -4,13 +4,13 @@ A simple example of how to create a reusable Go module with commonly used tools.
4
5
The included tools are:
6
7
-- [ ] Read JSON
8
-- [ ] Write JSON
9
-- [ ] Produce a JSON encoded error response
+- [x] Read JSON
+- [x] Write JSON
+- [x] Produce a JSON encoded error response
10
- [x] Upload a file to a specified directory
11
- [x] Download a static file
12
- [x] Get a random string of length n
13
-- [ ] Post JSON to a remote service
+- [x] Post JSON to a remote service
14
- [x] Create a directory, including all parent directories, if it does not already exist
15
- [x] Create a URL safe slug from a string
16
0 commit comments