Skip to content

MysGate/demo_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 &

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •