1
0

a_star.go 77 B

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