Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove "Chan" type #23

Merged
merged 2 commits into from
Aug 5, 2021
Merged

remove "Chan" type #23

merged 2 commits into from
Aug 5, 2021

Commits on Aug 3, 2021

  1. feat: remove the Chan type

    It's not used anywhere and it makes go-vet unhappy due to the
    ReadFrom/WriteTo signatures. These could be fixed, but maintianing this
    code isn't worth it.
    Stebalien committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    f269528 View commit details
    Browse the repository at this point in the history
  2. fix: staticcheck issues

    Stebalien committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    e20bcc3 View commit details
    Browse the repository at this point in the history