# go-fateMap **Repository Path**: prosia/go-fateMap ## Basic Information - **Project Name**: go-fateMap - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-14 - **Last Updated**: 2026-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # feat_map 应用 ## admin 管理后台 ```shell go build -tags "admin" -o bin/admin.exe ``` ## app客户端接口 ```shell go build -tags "appapi" -o bin/appapi.exe ``` ## 启动命令 ```shell bin/admin --config_path=./conf.json ``` ## 代码格式化 ```shell gofumpt -l -w . ```