Fix build tags

This commit is contained in:
Milan Nikolic
2019-10-06 02:00:31 +02:00
parent b4e1af7729
commit 50f28f57db
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
// +build !cv2,!cv4
package main
import (

View File

@@ -1,4 +1,4 @@
// +build cv2,cv4
// +build cv2 cv4
package main