xyosc/vendor/github.com/ebitengine/hideconsole
2024-12-21 17:38:26 +01:00
..
.gitignore add vendor 2024-12-21 17:38:26 +01:00
doc.go add vendor 2024-12-21 17:38:26 +01:00
hideconsole_windows.go add vendor 2024-12-21 17:38:26 +01:00
LICENSE add vendor 2024-12-21 17:38:26 +01:00
README.md add vendor 2024-12-21 17:38:26 +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"
)