Skip to content

Commit

Permalink
no longer wip on error types
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jan 29, 2019
1 parent 53ccb95 commit 2e25ff1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ I often run in to questions on the internets like
If you have such a question raise it as an issue on github and I'll try and find time to write a short chapter to tackle the issue. I feel like content like this is valuable as it is tackling people's _real_ questions around testing.

* [OS exec](os-exec.md) - An example of how we can reach out to the OS to execute commands to fetch data and keep our business logic testable/
* [Error types (WIP)](error-types.md) - Example of creating your own error types to improve your tests and make your code easier to work with.
* [Error types](error-types.md) - Example of creating your own error types to improve your tests and make your code easier to work with.

## Contributing

Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
## Questions and answers

* [OS Exec](os-exec.md)
* [Error types](error-types.md)

## Meta

Expand Down
4 changes: 2 additions & 2 deletions error-types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Error types (WIP)
# Error types

**[You can find all the code for here](https://github.com/quii/learn-go-with-tests/tree/master/q-and-a/error-types)**
**[You can find all the code here](https://github.com/quii/learn-go-with-tests/tree/master/q-and-a/error-types)**

**Creating your own types for errors can be an elegant way of tidying up your code, making your code easier to use and test.**

Expand Down
2 changes: 1 addition & 1 deletion os-exec.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OS Exec

**[You can find all the code for here](https://github.com/quii/learn-go-with-tests/tree/master/q-and-a/os-exec)**
**[You can find all the code here](https://github.com/quii/learn-go-with-tests/tree/master/q-and-a/os-exec)**

[keith6014](https://www.reddit.com/user/keith6014) asks on [reddit](https://www.reddit.com/r/golang/comments/aaz8ji/testdata_and_function_setup_help/)

Expand Down

0 comments on commit 2e25ff1

Please sign in to comment.