Preparing release Gin v1.0rc1

This commit is contained in:
Manu Mtz-Almeida
2015-05-22 16:55:16 +02:00
parent 8549810e2e
commit 66fa43f9ae
4 changed files with 15 additions and 7 deletions

2
gin.go
View File

@ -15,6 +15,8 @@ import (
"github.com/gin-gonic/gin/render"
)
const Version = "v1.0rc1"
var default404Body = []byte("404 page not found")
var default405Body = []byte("405 method not allowed")