Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 11441d0

Browse files
committed
Make linter happy
1 parent f36b8fe commit 11441d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎output/output.go‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ type Output interface {
3030
EmitJSON() string
3131
}
3232

33-
type OutputKind int
33+
type Kind int
3434

3535
const (
36-
Terminal OutputKind = iota
36+
Terminal Kind = iota
3737
JSON
3838
)
3939

4040
var defaultOutputKind = Terminal
4141

42-
func SetOutputKind(kind OutputKind) {
42+
func SetOutputKind(kind Kind) {
4343
defaultOutputKind = kind
4444
}
4545

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /