waciumawanjohi / go-mod-example

Example app for Cartographer Katacoda Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Sample App using Mod

Building

pack build mod-sample --buildpack gcr.io/paketo-buildpacks/go

Running

docker run --interactive --tty --env PORT=8080 --publish 8080:8080 mod-sample

Viewing

curl http://localhost:8080

About

Example app for Cartographer Katacoda Tutorial


Languages

Language:Go 100.0%