Skip to content

bamboo-services/bamboo-base-go-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bamboo-base-go-template

基于 bamboo-base-go 的业务端脚手架模板。

快速开始

  1. 复制环境变量模板
cp .env.example .env
  1. 安装依赖并运行
go mod tidy
make run
  1. 健康检查接口
curl http://localhost:8080/api/v1/health/ping

目录结构

.
├── api
├── internal
│   ├── app
│   │   ├── route
│   │   └── startup
│   ├── constant
│   ├── entity
│   ├── handler
│   ├── logic
│   └── repository
├── main.go
└── Makefile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors