Change "ctrl+c" to "Ctrl+C"

This commit is contained in:
Anthony Fok
2015-01-29 14:19:12 -07:00
parent dbb86679a1
commit 664fd99135
5 changed files with 8 additions and 8 deletions

View File

@@ -126,7 +126,7 @@ func serve(port int) {
u.Scheme = "http"
jww.FEEDBACK.Printf("Web Server is available at %s\n", u.String())
fmt.Println("Press ctrl+c to stop")
fmt.Println("Press Ctrl+C to stop")
err = http.ListenAndServe(":"+strconv.Itoa(port), nil)
if err != nil {