diff options
author | Nick White <git@njw.name> | 2019-05-13 17:17:55 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-05-13 17:17:55 +0100 |
commit | b2f127e33f92d778c9a4700ea5c97ba6fb20fe4a (patch) | |
tree | 1fe504015a8a569e49059901098554e07c5804e8 /cleanup/main.go | |
parent | bf8614ea51cf9f84018bee5f46667d8d42c94b20 (diff) |
Add some basic tests for cleanup
Diffstat (limited to 'cleanup/main.go')
-rw-r--r-- | cleanup/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cleanup/main.go b/cleanup/main.go index e0b66ce..fdec6e9 100644 --- a/cleanup/main.go +++ b/cleanup/main.go @@ -1,7 +1,6 @@ package main // TODO: add minimum size variable (default ~30%?) -// TODO: add tests // TODO: make into a small library // TODO: have the integral image specific stuff done by interface functions |