Skip to content

Commit

Permalink
time is done
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Aug 27, 2018
1 parent b852036 commit c1d5c16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ By the end of this, you should have a strong grasp as to how to iteratively writ
* [JSON, routing and embedding](json.md) - We will make our endpoints return JSON and explore how to do routing.
* [IO and sorting](io.md) - We will persist and read our data from disk and we'll cover sorting data.
* [Command line & project structure](command-line.md) - Support multiple applications from one code base and read input from command line
* [Time (WIP)](time.md) - using the `time` package to schedule activities
* [Time](time.md) - using the `time` package to schedule activities

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* [JSON, routing and embedding](json.md)
* [IO and sorting](io.md)
* [Command line & package structure](command-line.md)
* [Time (WIP)](time.md)
* [Time](time.md)

## Meta

Expand Down
4 changes: 3 additions & 1 deletion app-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ By the end of this you should have a strong grasp as to how to iteratively write

- [HTTP server](http-server.md) - We will create an application which listens to HTTP requests and responds to them.
- [JSON, routing and embedding](json.md) - We will make our endpoints return JSON, explore how to do routing and learn about type embedding.
- [IO (WIP)](io.md) - We will persist and read our data from disk and we'll cover sorting data.
- [IO ](io.md) - We will persist and read our data from disk and we'll cover sorting data.
- [Command line](command-line.md) - We will create a new program leveraging the code we've made so far to make a command line interface. This will involve us restructuring our project to support multiple binaries
- [Time](time.md) - We will schedule some activities that happen at different times depending on user input.
2 changes: 1 addition & 1 deletion time.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Time (WIP)
# Time

**[You can find all the code for this chapter here](https://github.com/quii/learn-go-with-tests/tree/master/time)**

Expand Down

0 comments on commit c1d5c16

Please sign in to comment.