CasaOS/pkg/github/github_test.go

8 lines
82 B
Go
Raw Normal View History

2021-09-26 02:35:02 +00:00
package github
import "testing"
func TestGetRepos(t *testing.T) {
GetRepos()
}