slimming/main_test.go

8 lines
72 B
Go
Raw Normal View History

2022-08-31 09:52:16 +00:00
package main
import "testing"
func TestMain(t *testing.T) {
main()
}