summaryrefslogtreecommitdiffstats
path: root/bridge/helper/lottie_convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/helper/lottie_convert.go')
-rw-r--r--bridge/helper/lottie_convert.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridge/helper/lottie_convert.go b/bridge/helper/lottie_convert.go
index c6ae0a7a..ffbe95d7 100644
--- a/bridge/helper/lottie_convert.go
+++ b/bridge/helper/lottie_convert.go
@@ -1,4 +1,4 @@
-// +build !cgo
+//go:build !cgolottie
package helper
@@ -6,6 +6,7 @@ import (
"io/ioutil"
"os"
"os/exec"
+
"github.com/sirupsen/logrus"
)