1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/debugtrap_unsupported.go
John Howard b63c92bf24 Windows: Stack dump to file
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-07-21 20:04:47 -07:00

7 lines
115 B
Go

// +build !linux,!darwin,!freebsd,!windows,!solaris
package daemon
func setupDumpStackTrap(_ string) {
return
}