From 0b6683a0d975d6503b76ecaa079ad013582e31a5 Mon Sep 17 00:00:00 2001 From: Ivan Borshukov Date: Wed, 1 Oct 2025 11:35:47 +0300 Subject: [PATCH] Fix links in README for gog/filter and gog/opt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b0ac50..a35731f 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ godoc documentation for this project: - [gog](https://pkg.go.dev/github.com/mokiat/gog) - general utility functions - [gog/ds](https://pkg.go.dev/github.com/mokiat/gog/ds) - data structures -- [gog/filter](https://pkg.go.dev/github.com/mokiat/gog) - data filtering -- [gog/opt](https://pkg.go.dev/github.com/mokiat/gog) - optional fields and types +- [gog/filter](https://pkg.go.dev/github.com/mokiat/gog/filter) - data filtering +- [gog/opt](https://pkg.go.dev/github.com/mokiat/gog/opt) - optional fields and types ## Examples