create-go-app

command module
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2020 License: MIT Imports: 4 Imported by: 0

README

create-go-app

Create Go apps with with zero configuration by using a single command.

Table of Contents

Installation

go get -u github.com/andygeiss/create-go-app

Creating an App

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

Project Structure

├── go.mod
├── internal
│   └── status
│       ├── service.go
│       └── service_test.go
├── main.go
└── pkg
    ├── api
    │   ├── api.go
    │   └── api.http
    ├── assert
    │   └── assert.go
    └── server
        ├── handlers.go
        ├── middleware.go
        ├── routes.go
        └── server.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL