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 424ad17 commit 2d2c7a1Copy full SHA for 2d2c7a1
server/storage.go
@@ -16,6 +16,7 @@ func storage(cmd chan command, mode string) {
16
}
17
18
// TODO this huge code block needs to be refactored to separate functions
19
+ // TODO storage function is not right place to parse commands from string
20
// wait and handle commands from the commands channel
21
for cmd := range cmd {
22
if len(cmd.fields) < 1 {
0 commit comments