Fix for golint ./...

This commit is contained in:
178inaba 2017-04-20 21:20:40 +09:00
parent c417db5189
commit 68843f4dd0
4 changed files with 6 additions and 5 deletions

View file

@ -13,6 +13,7 @@ import (
"github.com/urfave/cli"
)
// SimpleJSON is a struct for output JSON for data to be simple used
type SimpleJSON struct {
ID int64 `json:"id"`
Username string `json:"username"`