some staticcheck fixes

This commit is contained in:
RSWilli
2023-09-02 00:04:14 +02:00
parent c1392706ff
commit 095e65c800
20 changed files with 70 additions and 67 deletions

View File

@@ -16,7 +16,7 @@ import (
func runPipeline(mainLoop *glib.MainLoop) error {
if len(os.Args) == 1 {
return errors.New("Pipeline string cannot be empty")
return errors.New("pipeline string cannot be empty")
}
gst.Init(&os.Args)