1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +08:00
This commit is contained in:
Tommi Virtanen
2015-04-24 15:04:59 -07:00
parent cb6c743545
commit db2acd9b8d

View File

@ -487,7 +487,6 @@ func (ih *IntrHandler) Close() error {
return nil return nil
} }
// Handle starts handling the given signals, and will call the handler // Handle starts handling the given signals, and will call the handler
// callback function each time a signal is catched. The function is passed // callback function each time a signal is catched. The function is passed
// the number of times the handler has been triggered in total, as // the number of times the handler has been triggered in total, as