jdev-goweb

command module
v0.0.0-...-28af5bf Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

README

jdev-goweb

Sample go web application

Repo: https://github.com/baseonballs/jdev-goweb.git

source: https://semaphoreci.com/community/tutorials/how-to-deploy-a-go-web-application-with-docker

export GOFLAGS=-mod=vendor export GO111MODULE=on

build

go mod download go mod vendor go mod verify

docker build
--build-arg USER_ID=$(id -u)
--build-arg GROUP_ID=$(id -g)
-t mathapp-development .

useful commands

docker images

docker run -it --rm -p 8010:8010 -v $PWD/src:/go/src/mathapp mathapp-development

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