# learn-golang **Repository Path**: SparkLee2017/learn-golang ## Basic Information - **Project Name**: learn-golang - **Description**: 使用TDD(测试驱动开发)的形式学习GO语言 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-11 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用TDD(测试驱动开发)的形式学习GO语言 ## 测试 ## 参考资料 1. [Package testing](https://golang.org/pkg/testing/) 2. [Build and test Go projects](https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/go?view=azure-devops) 3. [通过测试学习 Go 编程](https://learnku.com/docs/learn-go-with-tests)