Documentation ¶
Overview ¶
Package internal contains test fixtures.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeWriterWithExported ¶
MakeWriterWithExported creates an instance of unexported type.
Types ¶
type DeeperEmbedded ¶
type DeeperEmbedded struct {
// contains filtered or unexported fields
}
DeeperEmbedded is a test structure in external package.
func (*DeeperEmbedded) SetDeeplyEmbedded ¶
func (d *DeeperEmbedded) SetDeeplyEmbedded(s string)
SetDeeplyEmbedded sets value to an unexported pointer.
Click to show internal directories.
Click to hide internal directories.