Skip to content

linuxpolska/go-hello-world-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small go app

Build

podman build -t go-hello-world:1.0.0

Run

podman run --rm -p 8080:8080 \
    -e APP_VERSION=1.0.0 \
    -e APP_ENVIRONMENT=prod go-hello-world:1.0.0

About

Small goloang app created for blog post

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published