 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyStruct ¶
type EmptyStruct struct{}
    type Foo ¶
func (Foo[int, Derived]) DoSomething ¶
Should not be output as it's a function
type SingleSpecific ¶
type UnionType ¶
type UnionType interface {
	// Comment for fields are possible
	uint64 | string | *bool // comment after
	// Comment for a method
	SomeMethod() string
}
    Comment for UnionType
type WithFooGenericTypeArg ¶
 Click to show internal directories. 
   Click to hide internal directories.