top | item 31959331

(no title)

telesoft | 3 years ago

>The main issue is that it doesn’t support placeholder values

Can you elaborate? Like give me an example of a route path that uses placeholder values? I use Go to build web apps too and I really don't see a need for anything other than the standard library.

discuss

order

evilthrow|3 years ago

GET /{username}

telesoft|3 years ago

You definitely don't need a framework to get the user name out of a URL, you need one line of code.