From 4156af95f6361f06e43fd3724db33e4d1adf4725 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 21 Jan 2026 23:16:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B0=83=E6=95=B4=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 +- limit.go | 2 +- limit_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 cc797e2..3431fae 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ limit -Copyright 2025 肖其顿 (XIAO QI DUN) +Copyright 2025-2026 肖其顿 (XIAO QI DUN) This product includes software developed by 肖其顿 (XIAO QI DUN) (https://github.com/xiaoqidun/limit). \ No newline at end of file diff --git a/example_test.go b/example_test.go index 2bf7cc5..ddf91ca 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 27724fa..aeea291 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/xiaoqidun/limit -go 1.25.3 +go 1.24.0 require golang.org/x/time v0.14.0 diff --git a/limit.go b/limit.go index 049d2aa..91130e7 100644 --- a/limit.go +++ b/limit.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/limit_test.go b/limit_test.go index ef53b45..3cc018f 100644 --- a/limit_test.go +++ b/limit_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.