#!/bin/bash set -o errexit set -o pipefail go mod tidy go mod vendor go run -v handler.go main.go