Fix the function and method names that does not conform to the naming convention

This commit is contained in:
mengjiao.liu
2021-03-18 20:09:36 +08:00
parent 837d6708e8
commit f4223ebc1a
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ import (
const mockUrl = "127.0.0.1:4848"
func Test_MakeHTTPRequest(t *testing.T) {
func TestMakeHTTPRequest(t *testing.T) {
ctx := context.TODO()
type mockHTTPParameter struct {
method string