Removed terminal output by default. - Compiling with the tag "debug" will still show console output.

This commit is contained in:
Sander Schobers 2019-12-28 17:05:17 +01:00
parent 11e49d1249
commit 3d4df7e956

View File

@ -0,0 +1,6 @@
// +build windows,!console
package main
// #cgo LDFLAGS: -Wl,-subsystem,windows
import "C"