Skip to content

Latest commit

 

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