create-go-app
v0.1.22
Published
Create Go apps with no build configuration.
Maintainers
Readme
create-go-app
help you create go app with app-stub template.
npx
npx create-go-app demoyarn
yarn create go-app demopnpm
pnpm create go-app demopnpm dlx create-go-app demoAbout demo app
- Build from source
go build -ldflags "-s -w" -buildmode=exe -tags release -o bin/demo- Create config
bin/demo configNote: Please modify config.json as you need.
- Start your app
bin/demo serveNote: Default config is use network: unix, you can change network to tcp and addr to 127.0.0.1:5000 for test.
