Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 517 Bytes

README_ZH.md

File metadata and controls

32 lines (24 loc) · 517 Bytes

Market

使用gin开发的商城项目

目录

安装

  1. 安装go, 配置开发环境 golang

  2. 获取项目源代码

go -get https://github.com/Huangkai1008/market

使用

  1. 添加依赖
go mod download                 # Add the libs
  1. 启动应用
go run cmd/market/main.go

许可证

MIT