8 lines
75 B
Go
8 lines
75 B
Go
package shared
|
|
|
|
import "testing"
|
|
|
|
func TestMain(t *testing.T) {
|
|
test1()
|
|
}
|