Fix for golint ./...
This commit is contained in:
parent
c417db5189
commit
68843f4dd0
4 changed files with 6 additions and 5 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue