]> Cypherpunks repositories - gotai64n.git/commitdiff
Change namespace because of domain expiration v3.0.0
authorSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:05:55 +0000 (15:05 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:05:55 +0000 (15:05 +0300)
cmd/leapsecsdb/main.go
cmd/tai64nlocal/main.go
db.go
go.mod
leapsecs.go
tai64n.go
tai64n_test.go

index 9ef97e19fb5c23dd0638c458e93129027c90b41d..0c940117ed8e9b9e38ed753d51feb5c19bc3331a 100644 (file)
@@ -1,4 +1,4 @@
-// go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation
+// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation
 // Copyright (C) 2020-2024 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
@@ -23,7 +23,7 @@ import (
        "os"
        "time"
 
-       "go.cypherpunks.ru/tai64n/v2"
+       "go.cypherpunks.su/tai64n/v3"
 )
 
 func main() {
index 4fa1926bc1c700c7edb6f8cd0f6e4ff5ba4f86df..c9294774e32f5e2cb6bc4699b483dd278c20b6ba 100644 (file)
@@ -1,4 +1,4 @@
-// go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation
+// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation
 // Copyright (C) 2020-2024 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.ru/tai64n/v2"
+       "go.cypherpunks.su/tai64n/v3"
 )
 
 func main() {
diff --git a/db.go b/db.go
index 06adb4bf883982b131a6c3d4b8e7d95db8bc91f5..f604532c1e39f58b328d7b38fd19bdac30247bd4 100644 (file)
--- a/db.go
+++ b/db.go
@@ -1,4 +1,4 @@
-// go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation
+// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation
 // Copyright (C) 2020-2024 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
diff --git a/go.mod b/go.mod
index 9238f9b516ddb13807b2743e7dadf55879e914e5..954cb2ed11582b9a8a7a044513466909d631383d 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module go.cypherpunks.ru/tai64n/v2
+module go.cypherpunks.su/tai64n/v3
 
 go 1.20
index f8343774f860ec41887df20b72417a251e9fc037..f07ba10caa40553887e286a7452fa94601782d15 100644 (file)
@@ -1,4 +1,4 @@
-// go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation
+// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation
 // Copyright (C) 2020-2024 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index 3802bb85786994e3645921c7c252bd5cc2dbd0e3..f27ead7df8db1d994dc97fc93308ee3980bd7146 100644 (file)
--- a/tai64n.go
+++ b/tai64n.go
@@ -1,4 +1,4 @@
-// go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation
+// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation
 // Copyright (C) 2020-2024 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
index d5c83f51498bdac07366fb3dedc37ec7d5ae5ae0..8a9d8c9718bbc87f64847e2bea21591d17232e45 100644 (file)
@@ -1,4 +1,4 @@
-// go.cypherpunks.ru/tai64n -- Pure Go TAI64/TAI64N implementation
+// go.cypherpunks.su/tai64n -- Pure Go TAI64/TAI64N implementation
 // Copyright (C) 2020-2024 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify