vendor dependencies, make some changes to how input is done
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
# 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"
|
||||
)
|
||||
```
|
||||
Reference in New Issue
Block a user