ebitengine / hideconsole

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%