]> Sergey Matveev's repositories - gotai64n.git/commitdiff
Move to stargrave.org master v5.0.0
authorSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 10:00:06 +0000 (13:00 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 10:00:06 +0000 (13:00 +0300)
cmd/tai64nlocal/main.go
go.mod
leapsecs.go
printable.go
tai.go
tai_test.go

index ae734ebcc31fdfd2c8fbb67963428d5d326b1495..83d24659aebf096534ac8491b14e5e3f37c7da83 100644 (file)
@@ -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 <stargrave@stargrave.org>
 //
 // 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 a816341b963a1c423c0f04b0acc10b7d5e791b3a..62b3de74598f33d427967e87e62f35b90d259ab1 100644 (file)
--- 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
index bd8b9eb86c49617a14854050c6807a07cfbd57b3..42a0f2b2927fdc90f3dcf81b333b68b8fb4655fb 100644 (file)
@@ -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 <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index bf940a3315ae977f4a74110ab7f1494fe34c3d4d..f5852999689919676b01b79f7a672fad633e7bc5 100644 (file)
@@ -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 <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
diff --git a/tai.go b/tai.go
index dfd1cd0f653a5eef53eb1757c20f729a69f6acb7..e50cefc7434d96c87b5a2a7612b1e29ea22880d7 100644 (file)
--- 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 <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 3ba4d6b9032124517073ea4259d0533e4f61e194..a47033cfd6d8f7cd7ff91a8aac3ff850defa9773 100644 (file)
@@ -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 <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify