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