feat(开始项目): 以Apache License 2.0授权协议开始项目

This commit is contained in:
2025-09-24 01:40:11 +08:00
parent 01173d4057
commit 1a53a5ab8f
3 changed files with 7 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.idea/
.vscode/
.devcontainer/

View File

@@ -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.

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/xiaoqidun/klock
go 1.25.1