v0.3.8 refactor and cli help add

This commit is contained in:
2025-07-22 10:55:27 -04:00
parent 5aa732b096
commit f5daa00592
44 changed files with 160 additions and 66 deletions

View File

@ -1,4 +1,4 @@
// FILE: src/internal/source/file_watcher.go
// FILE: logwisp/src/internal/source/file_watcher.go
package source
import (
@ -79,7 +79,7 @@ func (w *fileWatcher) watch(ctx context.Context) error {
}
}
// FILE: src/internal/source/file_watcher.go
// FILE: logwisp/src/internal/source/file_watcher.go
func (w *fileWatcher) seekToEnd() error {
file, err := os.Open(w.path)
if err != nil {