Explorar el Código

Merge pull request #8 from r8k/master

Fix Port usage
Javier Provecho hace 12 años
padre
commit
7a07b26cc2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/example_basic.go

+ 1 - 1
examples/example_basic.go

@@ -51,5 +51,5 @@ func main() {
 	})
 
 	// Listen and Server in 0.0.0.0:8080
-	r.Run(":8081")
+	r.Run(":8080")
 }