qinglong-go/internal/github/download_test.go

9 lines
80 B
Go
Raw Normal View History

2023-09-04 06:02:25 +00:00
package git
import "testing"
func TestDownload(t *testing.T) {
Download()
}