miscellaneous.go 95 B

12345678
  1. package gitote
  2. type MarkdownOption struct {
  3. Text string
  4. Mode string
  5. Context string
  6. }