Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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