We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6912b53 commit f19b752Copy full SHA for f19b752
1 file changed
main.go
@@ -116,7 +116,6 @@ func main() {
116
go func() {
117
err = server.ListenAndServe()
118
if err != nil {
119
- // todo: норма ли что при вызове server.Shutdown всегда возвращается еррор???
120
serverError <- err
121
}
122
}()
0 commit comments