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

# 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

# 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 &