diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..0023671f20d5e77c1781de60f40b7be1f324f7ea --- /dev/null +++ b/README.en.md @@ -0,0 +1,52 @@ +# Go App Test + +This is a sample repository demonstrating a simple application developed using the Go programming language. The project aims to show how to build a basic Go application and provides a code base for learning and reference purposes. + +## Project Features + +- Written in Go language +- Includes basic project structure and configuration +- Suitable for beginners learning Go application development + +## Installation and Running + +1. Make sure you have installed the [Go](https://golang.org/dl/) programming language. +2. Clone this repository to your local machine: + + ```bash + git clone https://gitee.com/mmx_li/go-app-test.git + ``` + +3. Enter the project directory: + + ```bash + cd go-app-test + ``` + +4. Run the application: + + ```bash + go run main.go + ``` + +## Contributing + +Contributions of code, issue reports, or suggestions are welcome! Please follow these steps: + +1. Fork this repository. +2. Create a new branch (`git checkout -b feature/new-feature`). +3. Commit your changes (`git commit -am 'Add some feature'`). +4. Push to the branch (`git push origin feature/new-feature`). +5. Create a Pull Request. + +## License + +This project is licensed under the MIT License. For details, please refer to the [LICENSE](LICENSE) file. + +## Contact + +If you have any questions or suggestions, please contact the project maintainer. + +--- + +Thank you for checking out this project! We hope it helps you better understand and learn Go application development. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3b5474017de40189d149215400adba9e555cf07a --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +# Go App Test + +这是一个使用 Go 语言开发的简单应用程序示例仓库。该项目旨在演示如何构建基本的 Go 应用程序,并提供一个用于学习和参考的代码基础。 + +## 项目特点 + +- 使用 Go 语言编写 +- 包含基础的项目结构和配置 +- 适用于初学者学习 Go 应用程序开发 + +## 安装与运行 + +1. 确保你已经安装了 [Go](https://golang.org/dl/) 编程语言。 +2. 克隆此仓库到你的本地机器: + + ```bash + git clone https://gitee.com/mmx_li/go-app-test.git + ``` + +3. 进入项目目录: + + ```bash + cd go-app-test + ``` + +4. 运行应用程序: + + ```bash + go run main.go + ``` + +## 贡献 + +欢迎贡献代码、报告问题或提出建议!请遵循以下步骤: + +1. Fork 本仓库。 +2. 创建一个新分支 (`git checkout -b feature/new-feature`)。 +3. 提交你的更改 (`git commit -am 'Add some feature'`). +4. 推送至分支 (`git push origin feature/new-feature`). +5. 创建一个 Pull Request。 + +## 许可证 + +本项目采用 MIT 许可证。详情请查看 [LICENSE](LICENSE) 文件。 + +## 联系 + +如果你有任何问题或建议,请联系项目维护者。 + +--- + +感谢你查看本项目!希望它能帮助你更好地理解和学习 Go 应用程序开发。 \ No newline at end of file