#!/usr/bin/env bash
set -e; test "$(curl -s -S "$1")" == "go"
