Open baixiaoshi opened 5 years ago
i want to mock http , should i import third-part package? example gomock
Once gotests generates a test for you, you can import whatever packages you want in that test file. So you can import gomock if your test body requires mocking. Does that answer your question?
gotests
gomock
i want to mock http , should i import third-part package? example gomock