This repository was archived by the owner on Mar 6, 2023. It is now read-only.
Commit a20f8cb
committed
Remove use of select with a single case
graceful.go:188:7: should use a simple channel send/receive instead of select with a single case (S1000)1 parent e09a051 commit a20f8cb
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 188 | + | |
| 189 | + | |
192 | 190 | | |
193 | 191 | | |
194 | 192 | | |
| |||
0 commit comments