Skip to content

Commit 65433c9

Browse files
committed
fix: lint error
1 parent d9eba81 commit 65433c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dbctl/cmd/youtube.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
const envNameYouTubeLink = "YOUTUBE_LINK"
1717

18-
// youtubeCmd represents the youtube command
18+
// youtubeCmd represents the youtube command.
1919
var youtubeCmd = &cobra.Command{
2020
Use: "youtube",
2121
Short: "Generate a single GenMapping to STDOUT",
@@ -101,6 +101,7 @@ For example,
101101
}
102102

103103
// Print to stdout
104+
// nolint:forbidigo
104105
fmt.Print(string(bs))
105106

106107
return nil

0 commit comments

Comments
 (0)