From 1a53a5ab8fd87b13f67d598ef02073abac9142d8 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 24 Sep 2025 01:40:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BC=80=E5=A7=8B=E9=A1=B9=E7=9B=AE):=20?= =?UTF-8?q?=E4=BB=A5Apache=20License=202.0=E6=8E=88=E6=9D=83=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=BC=80=E5=A7=8B=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ LICENSE | 2 +- go.mod | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 go.mod diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..647d5b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +.vscode/ +.devcontainer/ \ No newline at end of file diff --git a/LICENSE b/LICENSE index 261eeb9..800f2c7 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2025 肖其顿 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 new file mode 100644 index 0000000..84b14a6 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/xiaoqidun/klock + +go 1.25.1