qinglong-go/internal/github/download_test.go

9 lines
80 B
Go

package git
import "testing"
func TestDownload(t *testing.T) {
Download()
}