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 34717b7 commit 3e04e3eCopy full SHA for 3e04e3e
echo.go
@@ -70,7 +70,7 @@ type (
70
filesystem
71
common
72
// startupMutex is mutex to lock Echo instance access during server configuration and startup. Useful for to get
73
- // listener address info (on which interface/port was listener binded) without having data races.
+ // listener address info (on which interface/port was listener bound) without having data races.
74
startupMutex sync.RWMutex
75
colorer *color.Color
76
0 commit comments