Skip to content
/ trial-fiber Public template

Trial or micro-service unit of Golang Fiber framework.

License

Notifications You must be signed in to change notification settings

kamaslau/trial-fiber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trial-fiber

Fiber 开发框架的模板项目,可用于快速选型、微服务单元等。

需要确保系统中已安装 Golang

# 创建环境配置文件
cp .env_template .env

# 更新依赖项
go mod tidy

# 初始化
go mod init trial-fiber
go get

# 开发
go fmt main.go
go run main.go

# 编译
go build

# 部署
go run trial-fiber

中国大陆镜像

go env -w GOPROXY=https://goproxy.io,direct // 官方镜像

About

Trial or micro-service unit of Golang Fiber framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages