From 77c48f6306d0bd019c5c9bee1e15e5afe4cfad74 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Mon, 10 Mar 2025 14:48:24 +1030 Subject: [PATCH] Improve readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0077ca7..31f482b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,12 @@ the same thing - extracing a user id from the path and making the user struct (instantiated from some sort of database, faked in common/db/db.go for this example) available to the route handler. +If you clone this repo, you can try each variant out: + go run go-mux/pathvalues/1-basic go run go-mux/pathvalues/2-slightly-less-basic - go run go-mux/pathvalues/3-middleware \ No newline at end of file + go run go-mux/pathvalues/3-middleware + + \ No newline at end of file