v0.1.5 cleanup

This commit is contained in:
2026-02-25 09:40:07 -05:00
parent 9b0a632b52
commit c288c3790c
34 changed files with 1 additions and 34 deletions

View File

@ -1,4 +1,3 @@
// FILE: lixenwraith/log/sanitizer/sanitizer.go
// Package sanitizer provides a fluent and composable interface for sanitizing
// strings based on configurable rules using bitwise filter flags and transforms.
package sanitizer

View File

@ -1,4 +1,3 @@
// FILE: lixenwraith/log/sanitizer/sanitizer_test.go
package sanitizer
import (