xyosc/vendor/github.com/ebitengine/hideconsole/doc.go

17 lines
421 B
Go
Raw Normal View History

2024-12-21 17:38:26 +01:00
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 The Ebitengine Authors
// 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:
//
// import (
// _ "github.com/ebitengine/hideconsole"
// )
package hideconsole