first-api-go

command module
v0.0.0-...-532da8c Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2019 License: MIT Imports: 7 Imported by: 0

README

first-api-go

Actions Status Go Report Card

Example of API in Golang

Getting started

Prerequisites

You're going to need:

  • Go or Docker. (Its important configure the $GOPATH, in the link has an explain about)
Setting up Dev
  • Create config.toml like config-example.toml. Put all envs values like PORT.
Building / Run

Go

# build and run
go run main.go

# Build and generate exec
go build
# exec the app builded
./first-api-go

Docker

make build && make run

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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