change: make opencv as optional build tags

This commit is contained in:
debugtalk
2022-09-21 15:37:10 +08:00
parent a12b72bc10
commit a742b575fa
6 changed files with 187 additions and 133 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
//go:build opencv
package uixt
import (
"strconv"
"strings"
"testing"
)