mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-22 22:06:35 +01:00
Build dll runner with goreleaser
This commit is contained in:
@ -5,7 +5,6 @@ package main
|
||||
|
||||
import (
|
||||
"golang.org/x/sys/windows"
|
||||
"os"
|
||||
)
|
||||
|
||||
func runMainFromDLL() {
|
||||
@ -17,7 +16,7 @@ func runMainFromDLL() {
|
||||
return
|
||||
}
|
||||
|
||||
_, _, _ := runMainFunc.Call()
|
||||
_, _, _ = runMainFunc.Call()
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user