generate

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

README

Go language blank application

Some Go language blank application.

Launch generation

go generate ./...

or

make gen

Launch tests

go test ./...

or

make test

Docker-compose

docker-compose up -d someconteiner
docker-compose up --build app

or

# Start all containers.
make up

# Start some containers.
make up-some

# Start APP container.
make up-app

# Stop containers.
make down

Launch application

APP_DB_HOST=127.0.0.1
APP_DB_PORT=5432
APP_DB_NAME=database
APP_DB_USER=$DB_USER
APP_DB_PASSWORD=$DB_PASSWORD
APP_HOST=
APP_PORT=80
APP_PATH=/

go run ./cmd/app/*

or

# Launch application.
make run

# Show help.
make help

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
app command
internal
api
Package Openapi provides primitives to interact the openapi HTTP API.
Package Openapi provides primitives to interact the openapi HTTP API.
app
pkg
cli
os

Jump to

Keyboard shortcuts

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