Skip to content

Commit f86eeb4

Browse files
committed
fix: Add build constraint to GUI main.go to prevent CLI build conflicts
1 parent ab22d6b commit f86eeb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build wails
2+
// +build wails
3+
14
package main
25

36
import (

0 commit comments

Comments
 (0)