From 6ff45b4e9895f3e45ac66b697ea78c3be5a0a219 Mon Sep 17 00:00:00 2001 From: Johannes Hornbrinck Date: Thu, 27 Jun 2024 18:40:53 +0200 Subject: [PATCH] feat: update --- find.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/find.go b/find.go index ded4435..ab153e3 100644 --- a/find.go +++ b/find.go @@ -21,10 +21,6 @@ type SearchWorkList struct { Results *chan Result } -// type Results interface { -// Get() ([]Result, error) -// } - type FileContentResult struct { path string line int