Documentation
¶
Index ¶
Constants ¶
View Source
const CharacterLimit int = 35
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NgStatement ¶
type NgStatement struct {
// contains filtered or unexported fields
}
func NewNgStatement ¶
func NewNgStatement(body string) (*NgStatement, error)
func (*NgStatement) OverCount ¶
func (s *NgStatement) OverCount() int
func (*NgStatement) String ¶
func (s *NgStatement) String() string
type NgStatements ¶
type NgStatements []NgStatement
func NewNgStatements ¶
func NewNgStatements(line string) (NgStatements, error)
Click to show internal directories.
Click to hide internal directories.