mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-09-01 10:01:06 +00:00
8 lines
82 B
Go
8 lines
82 B
Go
package github
|
|
|
|
import "testing"
|
|
|
|
func TestGetRepos(t *testing.T) {
|
|
GetRepos()
|
|
}
|