8 lignes
104 o
Go
8 lignes
104 o
Go
|
// +build win32
|
||
|
|
||
|
package signals
|
||
|
|
||
|
func Handle() {
|
||
|
// windows has no sighup LOOOOL, this does nothing
|
||
|
}
|