#!/bin/bash


cd src
cp ../.env . # we need .env to be in this directory

go run main.go tracing.go
