1
0

todo.go 74 B

12345678
  1. package ast
  2. type TODO struct {
  3. }
  4. func (n *TODO) Pos() int {
  5. return 0
  6. }