This commit is contained in:
Saddam H 2017-10-08 14:51:51 +06:00
parent 7e5a8eef61
commit 332cb05730

View File

@ -301,7 +301,7 @@ func ExampleIsZero() {
Enabled bool
}
// Nothing is initalized
// Nothing is initialized
a := &Server{}
isZeroA := IsZero(a)