update lint.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-07-31 21:10:59 +08:00
parent c2b4d31419
commit f823e5a1d5
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ type IosStatus struct {
PushError int64 `json:"push_error"`
}
// Storage implements the storage interface for gorush (https://github.com/appleboy/gorush)
// New func implements the storage interface for gorush (https://github.com/appleboy/gorush)
func New() *Storage {
return &Storage{
stat: &statApp{},