#!/bin/sh

set -e
go mod init github.com
go mod tidy
