5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 03:52:41 +08:00

[windows] add build tags to browser runtime

This commit is contained in:
Lea Anthony 2021-10-17 21:47:57 +11:00
parent 1faa962cf5
commit 04cde94c96
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -1,3 +1,6 @@
//go:build windows
// +build windows
package windows
import (