github_test.go 82 B

1234567
  1. package github
  2. import "testing"
  3. func TestGetRepos(t *testing.T) {
  4. GetRepos()
  5. }