We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8f114 commit b667054Copy full SHA for b667054
play-from-disk-h264/main.go
@@ -23,7 +23,7 @@ const (
23
h264FrameDuration = time.Millisecond * 33
24
)
25
26
-func main() {
+func main() { //nolint
27
// Assert that we have an audio or video file
28
_, err := os.Stat(videoFileName)
29
haveVideoFile := !os.IsNotExist(err)
0 commit comments