# golearn **Repository Path**: xiangxiaoc/golearn ## Basic Information - **Project Name**: golearn - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2021-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Golearn 用 Goland 对 Golang 进行 Golearn ## 作业及练习 ### 11.28 求圆的面积之和 ```shell go run 1128/circle_area/main.go ``` ### 12.02 体脂计算器 ```shell go run 1202/calculator/main.go ``` 判断直线的斜率是否相等 ```shell go run 1202/slope/main.go ``` ###