filter: change build tags to allow build withcv

This commit is contained in:
Trek H 2023-09-06 18:27:55 +09:30
parent a3c526b2e0
commit 0ab1e7c38f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
//go:build debug && withcv //go:build !debug && withcv
// +build debug,withcv // +build !debug,withcv
/* /*
DESCRIPTION DESCRIPTION