# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ValidateImplements will verify that the built value implements the given interface
Pass interfaces using "(*I)(nil)", like in this example:
type MyInterface interface { MyMethod(int) bool }
ValidateImplements((*MyInterface)(nil))
You will only be able to validate interfaces with exported methods, you will not be able to validate any that have one or more unexported methods.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author