delve/pkg/proc/gdbserver_windows.go

8 lines
98 B
Go

package proc
import "syscall"
func backgroundSysProcAttr() *syscall.SysProcAttr {
return nil
}