https://github.com/ebitengine/hideconsole
A utility to hide a console automatically without `-ldflags "-Hwindowsgui"` on Windows
https://github.com/ebitengine/hideconsole
Last synced: 9 months ago
JSON representation
A utility to hide a console automatically without `-ldflags "-Hwindowsgui"` on Windows
- Host: GitHub
- URL: https://github.com/ebitengine/hideconsole
- Owner: ebitengine
- License: apache-2.0
- Created: 2024-01-28T13:21:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T12:10:18.000Z (over 1 year ago)
- Last Synced: 2025-04-24T03:04:22.543Z (9 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```go
import (
_ "github.com/ebitengine/hideconsole"
)
```