Categorygithub.com/MysGate/demo_backend
modulepackage
0.0.1
Repository: https://github.com/mysgate/demo_backend.git
Documentation: pkg.go.dev

# README

demo_backend

Compile

Mac

GOOS=linux GOARCH=amd64 go build -o demo_backend

Windows

go env -w  GOOS=linux
go env -w  GOARCH=amd64
go build -o demo_backend

Start

nohup ./demo_backend -c ./config.yaml </dev/null >/dev/null 2>&1 &

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author