Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Benedict Schlueter <[email protected]>
  • Loading branch information
benschlueter committed Sep 17, 2024
1 parent 07c3844 commit da49eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agent/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import (
"go.uber.org/zap"
)

// main is executed in an (isolated) agent docker container to receive grading requests
// from users and execute them.
func main() {
var bindIP, bindPort string
cfg := zap.NewDevelopmentConfig()
Expand Down
1 change: 1 addition & 0 deletions agent/user/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"go.uber.org/zap"
)

// main is executes in the user docker container to submit a solution to the grader.
func main() {
cfg := zap.NewDevelopmentConfig()

Expand Down

0 comments on commit da49eed

Please sign in to comment.