feedback.go 349 B

12345678910111213141516171819
  1. package about
  2. /* Feedback as issues and pull-requests
  3. Send any feedback (comments, typos, issues, questions) to
  4. https://github.com/icock/comp/issues
  5. or open a pull requests at
  6. https://github.com/icock/comp/pulls
  7. or send a email to me directly.
  8. My email address is listed on my personal homepage:
  9. https://icock.github.io
  10. */
  11. func Feedback() {}