We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd0568 commit 6304d17Copy full SHA for 6304d17
doc.go
@@ -19,7 +19,7 @@ Below is a simple example, for a full example see here https://github.com/go-pla
19
20
l := lars.New()
21
l.Use(mw.LoggingAndRecovery) // LoggingAndRecovery is just an example copy
22
- // paste and modify to your needs
+ // paste and modify to your needs
23
l.Get("/", HelloWorld)
24
25
http.ListenAndServe(":3007", l.Serve())
0 commit comments