From bc62af9dc52dbfb0eb8569a78849ae4d0dd4fc57 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Jun 2025 09:16:34 +0300 Subject: Remove old channel-based implementation files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Delete obsolete readfile.go, readfilelcontext.go, tailfile.go, catfile.go - Clean up deprecated comments in readcommand.go - Add *.query to .gitignore for temporary test files - DTail now operates purely in channelless mode - All tests passing after cleanup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6d98334..9a1dda1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *_proprietary.go *.csv *.tmp +*.query *.out cache/ log/ -- cgit v1.2.3