From b2f127e33f92d778c9a4700ea5c97ba6fb20fe4a Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 13 May 2019 17:17:55 +0100 Subject: Add some basic tests for cleanup --- cleanup/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cleanup/main.go') 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 -- cgit v1.2.1-24-ge1ad