Skip to content

Commit

Permalink
gocyclo
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed May 10, 2024
1 parent 71a9120 commit ccf40e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,10 @@ func (s *submitServer) ServeHTTP(w http.ResponseWriter, req *http.Request) {
respond(200, w)
return
}
s.handleSubmission(w, req)
}

func (s *submitServer) handleSubmission(w http.ResponseWriter, req *http.Request) {
// create the report dir before parsing the request, so that we can dump
// files straight in
t := time.Now().UTC()
Expand Down

0 comments on commit ccf40e5

Please sign in to comment.