Documentation ¶
Index ¶
- Constants
- type Go
- type GoDst
- type GoSrc
- type Reader
- func (r *Reader) Done()
- func (r *Reader) NextByte(b *byte) bool
- func (r *Reader) NextByte2() (b byte, hasNext bool)
- func (r *Reader) NextLine(s *string) bool
- func (r *Reader) NextLine2() (lineStr string, hasNext bool)
- func (r *Reader) NextRune(un *rune) bool
- func (r *Reader) NextRune2() (un rune, hasNext bool)
- type Writer
Constants ¶
View Source
const ( CommentBeforePackage = "before:package" CommentBeforeImport = "before:import" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Go ¶ added in v1.2.15
func (*Go) TrimComment ¶ added in v1.2.15
type Reader ¶ added in v1.2.15
type Reader struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.