Documentation ¶
Overview ¶
Package specific copies the source from a package and generates a second package replacing some of the types used. It's aimed at taking generic packages that rely on interface{} and generating packages that use a specific type.
Package specific copies the source from a package and generates a second package replacing some of the types used. It's aimed at taking generic packages that rely on interface{} and generating packages that use a specific type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = Options{ SkipTestFiles: false, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.