download_logos/main_test.go
2023-06-18 13:56:59 +08:00

11 lines
78 B
Go

package main
import (
"testing"
)
func TestMain(t *testing.T) {
main()
}