download_logos/main_test.go

11 lines
78 B
Go
Raw Permalink Normal View History

2023-06-18 05:56:59 +00:00
package main
2023-06-18 05:50:55 +00:00
import (
"testing"
)
func TestMain(t *testing.T) {
2023-06-18 05:56:59 +00:00
main()
2023-06-18 05:50:55 +00:00
}