type Interrupt … type Interrupts … // Interrupts creates a new instance from a given Proc instance. func (p Proc) Interrupts() (Interrupts, error) { … } func parseInterrupts(r io.Reader) (Interrupts, error) { … }
type Interrupt … type Interrupts … // Interrupts creates a new instance from a given Proc instance. func (p Proc) Interrupts() (Interrupts, error) { … } func parseInterrupts(r io.Reader) (Interrupts, error) { … }