payment gateway for rpn cn
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- package main
-
- import (
- "os"
- "testing"
- )
-
- func TestMain(m *testing.M) {
- // call flag.Parse() here if TestMain uses flags
- readConfigForTest() //setup config for test cases
- os.Exit(m.Run())
- }
|