mirror of
https://github.com/make-42/xyosc
synced 2025-03-21 03:13:19 +01:00
HideConsole
Package hideconsole is a utility package to hide a console automatically even without -ldflags "-Hwindowsgui"
on Windows.
On non-Windows, this package does nothing.
Usage
Import this package with a blank identifier.
import (
_ "github.com/ebitengine/hideconsole"
)