mavoropaev / pig

PIG - a dummy app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PIG

PIG - a dummy app

Build/Test/Run

To build project hit:

go build

To run tests hit:

go test ./...

To run the app hit:

go run main.go

or run compiled binary

./pig

Notes

Be also aware of ./resources directory which contains index HTML page. This should be copied alongside with ./pig binary as well with the same structure

About

PIG - a dummy app

License:Apache License 2.0


Languages

Language:Go 51.9%Language:HTML 44.3%Language:Dockerfile 3.9%