All Git Commit Messages MUST meet with this Text Format:
:emoji: Subject
(Only One NewLine)
Message Body
(Only One NewLine)
Ref <###>
| package main | |
| import ( | |
| "net/http" | |
| ) | |
| func main() { | |
| finish := make(chan bool) | |
| server8001 := http.NewServeMux() |