navigation.go 71 B

123456
  1. package staticmd
  2. type Navigation struct {
  3. Link string
  4. Name string
  5. }