A new generation online judge for NJUPT ACM TEAM
- The structure of all modules of the backend.
$GOPATH
|- bin/
|- pkg/
└- src/
|- OnlineJudge/
| └- <some common libraries>
|- WebBackend/
|- Daemon/
|- LJudger/
|- VJudger/
|- ...
|- github.com/
| └- ...
└- ...