diff --git a/benchmark_test.go b/benchmark_test.go index c659aaf..de3456e 100644 --- a/benchmark_test.go +++ b/benchmark_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/benchmark_test.go package log import ( diff --git a/builder.go b/builder.go index f91c93e..a4dcdb6 100644 --- a/builder.go +++ b/builder.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/builder.go package log import ( diff --git a/builder_test.go b/builder_test.go index af4ea35..6429d80 100644 --- a/builder_test.go +++ b/builder_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/builder_test.go package log import ( diff --git a/compat/builder.go b/compat/builder.go index f9c81ed..7b49a6c 100644 --- a/compat/builder.go +++ b/compat/builder.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/compat/builder.go package compat import ( diff --git a/compat/compat_test.go b/compat/compat_test.go index 8c068f2..fd828ff 100644 --- a/compat/compat_test.go +++ b/compat/compat_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/compat/compat_test.go package compat import ( diff --git a/compat/fasthttp.go b/compat/fasthttp.go index 302c31f..e4729e0 100644 --- a/compat/fasthttp.go +++ b/compat/fasthttp.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/compat/fasthttp.go package compat import ( diff --git a/compat/fiber.go b/compat/fiber.go index 7afb453..e852b8a 100644 --- a/compat/fiber.go +++ b/compat/fiber.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/compat/fiber.go package compat import ( diff --git a/compat/gnet.go b/compat/gnet.go index 68a232d..e423f8a 100644 --- a/compat/gnet.go +++ b/compat/gnet.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/compat/gnet.go package compat import ( diff --git a/compat/structured_gnet.go b/compat/structured_gnet.go index 1547164..29b43fb 100644 --- a/compat/structured_gnet.go +++ b/compat/structured_gnet.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/compat/structured_gnet.go package compat import ( diff --git a/config.go b/config.go index 1486c7b..b1e8c34 100644 --- a/config.go +++ b/config.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/config.go package log import ( diff --git a/config_test.go b/config_test.go index 5409223..3fc15e1 100644 --- a/config_test.go +++ b/config_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/config_test.go package log import ( diff --git a/constant.go b/constant.go index 00839e6..7f7bcb1 100644 --- a/constant.go +++ b/constant.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/constant.go package log import ( diff --git a/format_test.go b/format_test.go index ced5414..ee1dca6 100644 --- a/format_test.go +++ b/format_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/format_test.go // This file tests the integration between log package and formatter package package log diff --git a/formatter/formatter.go b/formatter/formatter.go index b4e4d15..e2f62d1 100644 --- a/formatter/formatter.go +++ b/formatter/formatter.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/formatter/formatter.go package formatter import ( diff --git a/formatter/formatter_test.go b/formatter/formatter_test.go index 1e2cd32..c15eb8d 100644 --- a/formatter/formatter_test.go +++ b/formatter/formatter_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/formatter/formatter_test.go package formatter import ( diff --git a/go.mod b/go.mod index 55f24c2..378f743 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/lixenwraith/log -go 1.25.4 +go 1.26.0 require ( github.com/davecgh/go-spew v1.1.1 diff --git a/heartbeat.go b/heartbeat.go index bb51f34..cb18285 100644 --- a/heartbeat.go +++ b/heartbeat.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/heartbeat.go package log import ( diff --git a/integration_test.go b/integration_test.go index 6bde77e..3d7212f 100644 --- a/integration_test.go +++ b/integration_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/integration_test.go package log import ( diff --git a/lifecycle_test.go b/lifecycle_test.go index 6c027df..7f0fd2c 100644 --- a/lifecycle_test.go +++ b/lifecycle_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/lifecycle_test.go package log import ( diff --git a/logger.go b/logger.go index 9c7c6fd..430257e 100644 --- a/logger.go +++ b/logger.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/logger.go package log import ( diff --git a/logger_test.go b/logger_test.go index 8ce45ff..96b6a48 100644 --- a/logger_test.go +++ b/logger_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/logger_test.go package log import ( diff --git a/processor.go b/processor.go index b805948..eb451b8 100644 --- a/processor.go +++ b/processor.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/processor.go package log import ( diff --git a/processor_test.go b/processor_test.go index 4991d7f..0f7962b 100644 --- a/processor_test.go +++ b/processor_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/processor_test.go package log import ( diff --git a/record.go b/record.go index b0c46d1..4d63225 100644 --- a/record.go +++ b/record.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/record.go package log import ( diff --git a/sanitizer/sanitizer.go b/sanitizer/sanitizer.go index ef3b65c..43c4c04 100644 --- a/sanitizer/sanitizer.go +++ b/sanitizer/sanitizer.go @@ -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 diff --git a/sanitizer/sanitizer_test.go b/sanitizer/sanitizer_test.go index 3168ca5..94ff68f 100644 --- a/sanitizer/sanitizer_test.go +++ b/sanitizer/sanitizer_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/sanitizer/sanitizer_test.go package sanitizer import ( diff --git a/state.go b/state.go index 55723bc..08d62b2 100644 --- a/state.go +++ b/state.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/state.go package log import ( diff --git a/state_test.go b/state_test.go index 32a141f..f96dc18 100644 --- a/state_test.go +++ b/state_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/state_test.go package log import ( diff --git a/storage.go b/storage.go index f7d048a..f580a9a 100644 --- a/storage.go +++ b/storage.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/storage.go package log import ( diff --git a/storage_test.go b/storage_test.go index 3f80269..f07e76c 100644 --- a/storage_test.go +++ b/storage_test.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/storage_test.go package log import ( diff --git a/timer.go b/timer.go index 1a92be3..d9cd3b8 100644 --- a/timer.go +++ b/timer.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/timer.go package log import "time" diff --git a/type.go b/type.go index 8895892..7d5e897 100644 --- a/type.go +++ b/type.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/type.go package log import ( diff --git a/utility.go b/utility.go index 5eff525..d559a14 100644 --- a/utility.go +++ b/utility.go @@ -1,4 +1,3 @@ -// FILE: lixenwraith/log/utility.go package log import ( diff --git a/utility_test.go b/utility_test.go index 82b1a12..3811a38 100644 --- a/utility_test.go +++ b/utility_test.go @@ -1,4 +1,3 @@ -// FILE: utility_test.go package log import (