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/dev.sh

4 lines
70 B
Bash
Executable File

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