Skip to content

Instantly share code, notes, and snippets.

@TheFehr
Last active July 18, 2019 07:06
Show Gist options
  • Save TheFehr/58dc8e204d2e5e8c5123b48757643fe4 to your computer and use it in GitHub Desktop.
Save TheFehr/58dc8e204d2e5e8c5123b48757643fe4 to your computer and use it in GitHub Desktop.
#!/bin/bash
(cd bridges/golang && go build main.go)
(cd packages/checker && go build -buildmode=plugin isitdown.go)
# to run it with the example query object
# ./bridges/golang/main server/src/query-object.sample.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment