Skip to content

Commit 6304d17

Browse files
joeybloggsjoeybloggs
authored andcommitted
fix comment alignment
1 parent 5bd0568 commit 6304d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Below is a simple example, for a full example see here https://github.com/go-pla
1919
2020
l := lars.New()
2121
l.Use(mw.LoggingAndRecovery) // LoggingAndRecovery is just an example copy
22-
// paste and modify to your needs
22+
// paste and modify to your needs
2323
l.Get("/", HelloWorld)
2424
2525
http.ListenAndServe(":3007", l.Serve())

0 commit comments

Comments
 (0)