#!/usr/bin/env bash . ./scripts/util.sh [[ -n "$IS_DOCKER" ]] && \ fail 'no need to use this script inside docker, use /bin/server instead' check-exe go 'you must install golang to run the server: https://go.dev' execd go run -v main.go