Skip to content

Commit 60a7ff1

Browse files
committed
Fix build tags on generated UI code.
1 parent 74b86a5 commit 60a7ff1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

internal/ui/windows/connectdialog_windows_ui.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// This file was created by ui2walk and may be regenerated.
22
// DO NOT EDIT OR YOUR MODIFICATIONS WILL BE LOST!
33

4-
//+build windows
4+
//go:build windows
5+
// +build windows
56

67
package windows
78

internal/ui/windows/dialog_windows_ui.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// This file was created by ui2walk and may be regenerated.
22
// DO NOT EDIT OR YOUR MODIFICATIONS WILL BE LOST!
33

4-
//+build windows
4+
//go:build windows
5+
// +build windows
56

67
package windows
78

0 commit comments

Comments
 (0)