Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebitengine/hideconsole
A utility to hide a console automatically without `-ldflags "-Hwindowsgui"` on Windows
https://github.com/ebitengine/hideconsole
Last synced: about 2 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T14:36:39.000Z (5 months ago)
- Last Synced: 2024-08-01T16:27:25.171Z (5 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 17
- 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"
)
```