diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-17 23:21:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-17 23:21:51 +0300 |
| commit | 42fd5cf8be3debecb41886c5ce5456b86eba5ec6 (patch) | |
| tree | 10922874c1a573d0f6b2450872fc557550f9fe45 | |
| parent | 33c240656582dbe5ff5f5827344ecb0ad9923a44 (diff) | |
add todo
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ func main() { defer cancel() output, status := check.execute(ctx) + // TODO: Send the results through a channel, so we dont have to put a mutex + // into state. state.update(name, output, status) }(entry.name, entry.check) } |
