Ver Fonte

Not needed

Piotr Czajkowski há 4 anos atrás
pai
commit
12fcd522ac
1 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 5
      server.go

+ 0 - 5
server.go

@@ -20,11 +20,6 @@ func serveIndex(w http.ResponseWriter, r *http.Request) {
 	t.Execute(w, app.Languages)
 }
 
-//Addition for counter
-func add(x, y int) int {
-	return x + y
-}
-
 // DisplaySearchResults displays search results as HTML page.
 func displaySearchResults(w http.ResponseWriter, r *http.Request) {
 	var info SearchInfo