Skip to content

Commit add2cb7

Browse files
committed
remove duplicate entry in the readme
1 parent 8318901 commit add2cb7

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Each package adheres to common conventions and coding standards, making them eas
6969
* [kafka](pkg/kafka) - Kafka producer and consumer utilities.
7070
* [kafkacgo](pkg/kafkacgo) - Kafka integration using CGO bindings.
7171
* [logsrv](pkg/logsrv) - Default slog logger with zerolog handler.
72-
* [logutil](pkg/logutil) - Logging utilities for log/slog integration.
7372
* [logutil](pkg/logutil) - General log utilities for log/slog integration.
7473
* [maputil](pkg/maputil) - Helpers for Go map manipulation.
7574
* [metrics](pkg/metrics) - Metrics collection and reporting.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.111.1
1+
1.111.2

examples/service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/spf13/cobra v1.10.1
1212
github.com/spf13/viper v1.21.0
1313
github.com/stretchr/testify v1.11.1
14-
github.com/tecnickcom/gogen v1.111.1
14+
github.com/tecnickcom/gogen v1.111.2
1515
)
1616

1717
require (

0 commit comments

Comments
 (0)