# go_mod_test **Repository Path**: irontec/go_mod_test ## Basic Information - **Project Name**: go_mod_test - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README go_mod_test ==== # About golang模块测试&示例。 * 工具类 * 测试代码 * 示例代码 # Usage ## 单元测试 ```bash $ go test -v -run TestA test/main_test.go ``` ## 性能测试 ```bash $ go test -v -bench Logger test/main_test.go $ go test -v -bench Logger test/main_test.go -benchtime=5s ```