Skip to content

Files

Latest commit

f9017fe · Sep 21, 2024

History

History
15 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 304 Bytes

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"
)