Skip to content

Commit 9ad2714

Browse files
committed
Edit README.md file.
1 parent 2b283e3 commit 9ad2714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This was just a prototype to clone a function of a gambling website. It is far f
8888

8989
If you want working Rust code to reuse, refer to the [Rust Full Stack repository](https://github.com/steadylearner/Rust-Full-Stack).
9090

91-
* Proper error handling with [thiserror](https://github.com/dtolnay/thiserror) and [anyhow].
91+
* Proper error handling with [thiserror](https://github.com/dtolnay/thiserror) and [anyhow](https://github.com/dtolnay/thiserror).
9292

9393
* [Domain driven project design](https://github.com/golang-standards/project-layout) instead of [the current group by function(models/, handlers/, routes/ etc) and remove utils/ and other unecessary ones](https://www.youtube.com/watch?v=oL6JBUk6tj0). It was difficult to structure the Warp app this way.
9494

0 commit comments

Comments
 (0)