Skip to content

Commit 6b39598

Browse files
committed
Add comments
1 parent d577ce3 commit 6b39598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/storage.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ func storage(cmd chan command, mode string) {
1616
}
1717

1818
// 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
1920
// wait and handle commands from the commands channel
2021
for cmd := range cmd {
2122
if len(cmd.fields) < 1 {

0 commit comments

Comments
 (0)