Skip to content
Snippets Groups Projects
Commit 17310025 authored by Kenneth Tran's avatar Kenneth Tran
Browse files

adding comment on handler

parent 995612ab
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ func main(){
if port == "" {
log.Fatal("PORT must be set")
}
A.GetCommits()
A.GetCommits() // calling handler from commits
log.Fatal(http.ListenAndServe(":"+port, nil))
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment