Versions in this module Expand all Collapse all v1 v1.1.3 May 9, 2023 Changes in this version + const BothDir + const RecvDir + const SendDir + func IsBlankIdent(s string) bool + func IsValidExportedIdent(s string) bool + func IsValidIdent(s string) bool + func IsValidNotExportedIdent(s string) bool + type PointInSource struct + Column int + Line int + Offset int + func TokenPositionToPoint(p token.Position) PointInSource + func (p PointInSource) IsValid() bool + func (p PointInSource) String() string + type Position struct + End PointInSource + Filename string + Pos PointInSource + func MakePosition(pos, end token.Pos, fset *token.FileSet) (p Position) + func NodePosition(n ast.Node, fset *token.FileSet) (p Position) + func (pos Position) String() string