This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
api/scripts/dev.sh

5 lines
77 B
Bash
Executable File

#!/bin/sh
export MODE=development
export GIN_MODE=debug
go run -race main.go