Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 444 Bytes

README_zh.md

File metadata and controls

22 lines (18 loc) · 444 Bytes
Translate to: English

Bedrock

Bedrock是一个简单的新建golang微服务项目的工具,可以快速的新建一个新的服务项目。

Getting Started

Required

Installing

go install github.com/bob-zou/bedrock@latest
bedrock upgrade

Create a service

bedrock new helloworld
cd helloworld
go run cmd/main.go