Categorygithub.com/andygeiss/create-go-app
repositorypackage
0.0.96
Repository: https://github.com/andygeiss/create-go-app.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

create-go-app

Create a microservice in Go by using a single command.

Table of Contents

Installation

git clone https://github.com/andygeiss/create-go-app
cd create-go-app
make

Creating Go Apps

Create a Go binary:

create-go-app -type bin -name <name>

Create a Go library:

create-go-app -type lib -name <name>