20 lines
442 B
Go
20 lines
442 B
Go
package stdlib
|
|
|
|
// Generated by 'goexports os/signal'. Do not edit!
|
|
|
|
import (
|
|
"os/signal"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Value["os/signal"] = map[string]reflect.Value{
|
|
"Ignore": reflect.ValueOf(signal.Ignore),
|
|
"Ignored": reflect.ValueOf(signal.Ignored),
|
|
"Notify": reflect.ValueOf(signal.Notify),
|
|
"Reset": reflect.ValueOf(signal.Reset),
|
|
"Stop": reflect.ValueOf(signal.Stop),
|
|
}
|
|
Type["os/signal"] = map[string]reflect.Type{}
|
|
}
|