Skip to content

MansurovAlexander/SQL-Judge-Go-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL-Judge-Go-Service

For build LINUX: $Env:GOOS = 'linux' ; $Env:GOARCH = 'amd64' ; go build cmd/main.go

For build Windows: $Env:GOOS = 'windows' ; $Env:GOARCH = 'amd64' ; go build cmd/main.go

For run LINUX: nohup ./main &

For run Windows: main.exe

Need folders: configs/congif.yml

          db/test_db/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages