Browse Source

Not needed

Piotr Czajkowski 4 years ago
parent
commit
12fcd522ac
1 changed files with 0 additions and 5 deletions
  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