package
Version:
v0.0.0-...-50a54d8
Opens a new window with list of versions in this module.
Published: Jul 27, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func IsZero(v interface{}) bool
package main
type X2 struct {
A string
}
func f() *X2 {
return nil
}
func main() {
println(IsZero(f()))
}
Output:
Source Files
¶
Click to show internal directories.
Click to hide internal directories.