Sfoglia il codice sorgente

removed line break in readme

Keelan Lightfoot 6 anni fa
parent
commit
90feea4d78
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      README.md

+ 0
- 1
README.md Vedi File

@@ -36,7 +36,6 @@ func Hello(ps pathrouter.Params, d interface{}) {
36 36
 func main() {
37 37
 	router := pathrouter.New()
38 38
 	router.Handle("/hello/:name", Hello)
39
-	
40 39
 	router.Execute("/hello/bob", "boring user data")
41 40
 }
42 41
 ```