package github_test import ( "gitea.weiker.me/rodin/review-bot/github" "gitea.weiker.me/rodin/review-bot/vcs" ) // Compile-time interface conformance assertions. // These verify github.Client satisfies vcs.Client (the full interface). var _ vcs.Client = (*github.Client)(nil)