From 5bdbd368094626c188777027a8eceecc71c6cfef Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 22 Mar 2026 10:24:38 +0300 Subject: [PATCH] Move to stargrave.org --- README | 2 +- cmd/gorecsel/main.go | 2 +- go.mod | 2 +- slog/handler.go | 2 +- slog/handler_test.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index e870947..ec912ea 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ Limitations: * leading spaces in the first line of the value are ignored * trailing backslash at the end of lines is followed by space -Also there is go.cypherpunks.su/recfile/v2/slog.NewRecfileHandler log/slog +Also there is go.stargrave.org/recfile/v4/slog.NewRecfileHandler log/slog handler to write your logs in recfile format directly. It is free software: see the file COPYING for copying conditions. diff --git a/cmd/gorecsel/main.go b/cmd/gorecsel/main.go index c5a16fd..55a6793 100644 --- a/cmd/gorecsel/main.go +++ b/cmd/gorecsel/main.go @@ -5,7 +5,7 @@ import ( "io" "os" - "go.cypherpunks.su/recfile/v3" + "go.stargrave.org/recfile/v4" ) func main() { diff --git a/go.mod b/go.mod index 093fbb6..dd7aa09 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.su/recfile/v3 +module go.stargrave.org/recfile/v4 go 1.22 diff --git a/slog/handler.go b/slog/handler.go index b275f90..28fa7c3 100644 --- a/slog/handler.go +++ b/slog/handler.go @@ -23,7 +23,7 @@ import ( "sync" "time" - "go.cypherpunks.su/recfile/v3" + "go.stargrave.org/recfile/v4" ) type RecfileHandler struct { diff --git a/slog/handler_test.go b/slog/handler_test.go index fe696bc..61714e8 100644 --- a/slog/handler_test.go +++ b/slog/handler_test.go @@ -22,7 +22,7 @@ import ( "testing" "time" - "go.cypherpunks.su/recfile/v3" + "go.stargrave.org/recfile/v4" ) func TestBasic(t *testing.T) { -- 2.52.0