A simple function prints out quote as if it is said by a cow.
- Mac:
make osx - Linux:
make linux - Windows:
make windows
Compile files are located in dist folder.
- Main: http://localhost:8080/
- Heath check: http://localhost:8080/health
- Terminate application: http://localhost:8080/kill
E.g.:
________________________________
< Rome was not built in one day. >
--------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
CGO_ENABLED=0 GOOS=linux go build -mod vendor -a -installsuffix cgo -o cowsayweb .docker build -t cowsay .docker run -d -p 8080:8080 cowsay- Open http://localhost:8080
docker psdocker stop CONTAINTER_ID