7 lines
93 B
Go
7 lines
93 B
Go
// +build windows,!console
|
|
|
|
package main
|
|
|
|
// #cgo LDFLAGS: -Wl,-subsystem,windows
|
|
import "C"
|