tdcbh2019-explorando-go-modules

command module
v0.0.0-...-463153e Latest Latest
Warning

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

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

README

TDC BH 2019 - Explorando Go Modules

Palestra Trilha GO - TDC BH 2019 - Explorando Go Modules Palestrante: Eduardo Figueiredo Gonçalves - @eduardofg87

Outside Docker

Export GO111MODULE

export GO111MODULE=on

Cleaning all the trash

rm go.mod go.sum

Initiate go mod

go mod init

Creating vendor folder

go mod vendor

Build the app

go build

Run the app

./tdcbh2019-explorando-go-modules

Using Docker

Build

sudo docker build -t tdcbh2019-explorando-go-modules .

RUN

sudo docker run -p 8090:8090 tdcbh2019-explorando-go-modules

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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