[windows] Experimental guard

This commit is contained in:
Lea Anthony
2021-07-24 15:04:02 +10:00
parent e11dc0e080
commit c5f1bd4449
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// +build !windows
// +build !experimental
// Package wails is the main package of the Wails project.
// It is used by client applications.

View File

@@ -1,4 +1,5 @@
// +build windows
// +build experimental
// Package wails is the main package of the Wails project.
// It is used by client applications.