From 5b5bca65b0bc7a4b1a05b4a02178835b02399439 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 21 Jan 2026 23:18:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC):=20m?= =?UTF-8?q?odule=E8=B0=83=E6=95=B4=E4=B8=BA1.24.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- NOTICE | 2 +- example_test.go | 2 +- go.mod | 2 +- klock.go | 2 +- klock_test.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 3706381..84eff2d 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 肖其顿 (XIAO QI DUN) + Copyright 2025-2026 肖其顿 (XIAO QI DUN) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index db8f862..99c15f2 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ klock -Copyright 2025 肖其顿 (XIAO QI DUN) +Copyright 2025-2026 肖其顿 (XIAO QI DUN) This product includes software developed by 肖其顿 (XIAO QI DUN) (https://github.com/xiaoqidun/klock). \ No newline at end of file diff --git a/example_test.go b/example_test.go index 1c60626..41f7681 100644 --- a/example_test.go +++ b/example_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 肖其顿 (XIAO QI DUN) +// Copyright 2025-2026 肖其顿 (XIAO QI DUN) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/go.mod b/go.mod index 84b14a6..b9347d3 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/xiaoqidun/klock -go 1.25.1 +go 1.24.0 diff --git a/klock.go b/klock.go index e8cfa55..ac47526 100644 --- a/klock.go +++ b/klock.go @@ -1,4 +1,4 @@ -// Copyright 2025 肖其顿 (XIAO QI DUN) +// Copyright 2025-2026 肖其顿 (XIAO QI DUN) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/klock_test.go b/klock_test.go index b46b5d4..3114f0f 100644 --- a/klock_test.go +++ b/klock_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 肖其顿 (XIAO QI DUN) +// Copyright 2025-2026 肖其顿 (XIAO QI DUN) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.