6 lines
101 B
Go
6 lines
101 B
Go
|
package SystemMessages
|
||
|
|
||
|
// The ping message to check status of other hosts.
|
||
|
type ICCCPing struct {
|
||
|
}
|