/hideconsole

A utility to hide a console automatically without `-ldflags "-Hwindowsgui"` on Windows

Primary LanguageGoApache License 2.0Apache-2.0

HideConsole

Package hideconsole is a utility package to hide a console automatically even without -ldflags="-H=windowsgui" on Windows.

On non-Windows, this package does nothing.

Usage

Import this package with a blank identifier.

import (
    _ "github.com/ebitengine/hideconsole"
)