# Golang_FamilyAccount **Repository Path**: plutoacharon/Golang_FamilyAccount ## Basic Information - **Project Name**: Golang_FamilyAccount - **Description**: 基于Golang简单的家庭收支项目 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-23 - **Last Updated**: 2021-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Golang_FamilyAccount 基于Golang简单的家庭收支项目 **运行:** `go run $GOPATH/存放的代码位置/main/` 或者直接用`Goland`运行 ``` -----------------家庭收支记账软件----------------- 1 收支明细 2 登记收入 3 登记支出 4 退出软件 请选择(1-4): ```