# silgo **Repository Path**: silfoxs/silgo ## Basic Information - **Project Name**: silgo - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # silgo #### 介绍 go 实现的api服务 #### 运行方式 ``` shell go run main.go server ``` ### 运行参数 ``` shell # 指定端口 go run main.go server -p 9000 # 指定配置文件 go run main.go server -c ./config/config.yml ```