# 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