7 lines
153 B
Go
7 lines
153 B
Go
//go:build windows
|
|
|
|
package main
|
|
|
|
// This file exists so the launcher package has a Windows build target
|
|
// alongside the generated .syso resource file.
|