Merge pull request #8 from r8k/master

Fix Port usage
This commit is contained in:
Javier Provecho 2014-07-01 08:53:33 +02:00
commit 7a07b26cc2
1 changed files with 1 additions and 1 deletions

View File

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