Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OtherMethods ¶
type OtherMethods struct {
// contains filtered or unexported fields
}
OtherMethods has another method, but through a private embedded type.
func (*OtherMethods) LikeThisOtherOne ¶
func (*OtherMethods) LikeThisOtherOne()
LikeThisOtherOne does nothing as well, but is different.
type OtherPerson ¶
type OtherPerson[T any] struct { // They have a name as well. Name string // But they may have many differences. Differences []T }
OtherPerson is like a person, but different.
Click to show internal directories.
Click to hide internal directories.