From: Sergey Matveev Date: Tue, 23 Jul 2024 12:05:55 +0000 (+0300) Subject: Change namespace because of domain expiration X-Git-Tag: v3.0.0^0 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0dd399425de854196907fedb98a11b5c57b30867;p=gotai64n.git Change namespace because of domain expiration --- diff --git a/cmd/leapsecsdb/main.go b/cmd/leapsecsdb/main.go index 9ef97e1..0c94011 100644 --- a/cmd/leapsecsdb/main.go +++ b/cmd/leapsecsdb/main.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 // // 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() { diff --git a/cmd/tai64nlocal/main.go b/cmd/tai64nlocal/main.go index 4fa1926..c929477 100644 --- a/cmd/tai64nlocal/main.go +++ b/cmd/tai64nlocal/main.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 // // 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 06adb4b..f604532 100644 --- 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 // // This program is free software: you can redistribute it and/or modify diff --git a/go.mod b/go.mod index 9238f9b..954cb2e 100644 --- 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 diff --git a/leapsecs.go b/leapsecs.go index f834377..f07ba10 100644 --- a/leapsecs.go +++ b/leapsecs.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 // // This program is free software: you can redistribute it and/or modify diff --git a/tai64n.go b/tai64n.go index 3802bb8..f27ead7 100644 --- 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 // // This program is free software: you can redistribute it and/or modify diff --git a/tai64n_test.go b/tai64n_test.go index d5c83f5..8a9d8c9 100644 --- a/tai64n_test.go +++ b/tai64n_test.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 // // This program is free software: you can redistribute it and/or modify