From: Sergey Matveev Date: Sun, 22 Mar 2026 07:24:38 +0000 (+0300) Subject: Move to stargrave.org X-Git-Tag: v4.0.0 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2e1dc3d5b54d4f8edd70508698cf5d6bec95de62;p=gorecfile.git Move to stargrave.org --- 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) {