yggdrasil-go/contrib/ui/mesh-ui/webview_other.go
2022-12-16 11:43:46 +02:00

7 lines
82 B
Go

//go:build !windows
// +build !windows
package main
func Console(show bool) {
}