From: Sergey Matveev Date: Mon, 23 Mar 2026 10:00:06 +0000 (+0300) Subject: Move to stargrave.org X-Git-Tag: v5.0.0^0 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=HEAD;p=gotai64n.git Move to stargrave.org --- diff --git a/cmd/tai64nlocal/main.go b/cmd/tai64nlocal/main.go index ae734eb..83d2465 100644 --- a/cmd/tai64nlocal/main.go +++ b/cmd/tai64nlocal/main.go @@ -1,4 +1,4 @@ -// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation +// go.stargrave.org/tai64n -- Pure Go TAI64/TAI64N implementation // Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify @@ -24,7 +24,7 @@ import ( "strings" "time" - "go.cypherpunks.su/tai64n/v4" + "go.stargrave.org/tai64n/v5" ) const LocalFmt = "2006-01-02 15:04:05.000000000" diff --git a/go.mod b/go.mod index a816341..62b3de7 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.su/tai64n/v4 +module go.stargrave.org/tai64n/v5 go 1.20 diff --git a/leapsecs.go b/leapsecs.go index bd8b9eb..42a0f2b 100644 --- a/leapsecs.go +++ b/leapsecs.go @@ -1,4 +1,4 @@ -// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation +// go.stargrave.org/tai64n -- Pure Go TAI64/TAI64N implementation // Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify diff --git a/printable.go b/printable.go index bf940a3..f585299 100644 --- a/printable.go +++ b/printable.go @@ -1,4 +1,4 @@ -// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation +// go.stargrave.org/tai64n -- Pure Go TAI64/TAI64N implementation // Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify diff --git a/tai.go b/tai.go index dfd1cd0..e50cefc 100644 --- a/tai.go +++ b/tai.go @@ -1,4 +1,4 @@ -// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation +// go.stargrave.org/tai64n -- Pure Go TAI64/TAI64N implementation // Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify diff --git a/tai_test.go b/tai_test.go index 3ba4d6b..a47033c 100644 --- a/tai_test.go +++ b/tai_test.go @@ -1,4 +1,4 @@ -// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation +// go.stargrave.org/tai64n -- Pure Go TAI64/TAI64N implementation // Copyright (C) 2020-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify