Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 125 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 125 Bytes

CONFIG

Enable go module

export GO111MODULE=on

move env file

cp .env.example .env

Run server

go run server.go