fix format.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-03-25 00:53:45 +08:00
parent dec7c1cfed
commit 88529bdb15
2 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
package main
import (
"net/http"
"github.com/gin-gonic/gin"
api "github.com/appleboy/gin-status-api"
"github.com/fvbock/endless"
"github.com/gin-gonic/gin"
"log"
"net/http"
)
func AbortWithError(c *gin.Context, code int, message string) {

View File

@ -1,9 +1,9 @@
package main
import(
import (
apns "github.com/sideshow/apns2"
"github.com/sideshow/apns2/payload"
"github.com/sideshow/apns2/certificate"
"github.com/sideshow/apns2/payload"
"log"
)