10 lines
80 B
Go
10 lines
80 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestMain(t *testing.T) {
|
|
Execute()
|
|
}
|