mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
8 lines
98 B
Go
8 lines
98 B
Go
// +build !linux,!darwin,!freebsd,!windows
|
|
|
|
package daemon
|
|
|
|
func setupDumpStackTrap() {
|
|
return
|
|
}
|