Select Git revision
-
Will McCutchen authoredWill McCutchen authored
up.json 182 B
{
"name": "go-httpbin",
"profile": "up",
"hooks": {
"build": "GOOS=linux GOARCH=amd64 make && mv dist/go-httpbin server",
"clean": "rm -f server"
}
}