Add build constraint to exclude test builds for webui package

This commit is contained in:
2025-07-26 16:01:07 +02:00
parent 4ef3ce6d8c
commit 7087f65855

View File

@@ -1,3 +1,5 @@
//go:build !test
package webui package webui
import ( import (