gotests
gotests copied to clipboard
mock http
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?