mirror of
https://github.com/make-42/xyosc
synced 2025-01-19 02:57:34 +01:00
16 lines
303 B
Markdown
16 lines
303 B
Markdown
# 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.
|
|
|
|
```go
|
|
import (
|
|
_ "github.com/ebitengine/hideconsole"
|
|
)
|
|
```
|