mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
7 lines
82 B
Go
7 lines
82 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package main
|
|
|
|
func Console(show bool) {
|
|
}
|