diff --git a/.automation/test/go/golang_good_02.go b/.automation/test/go/golang_good_02.go index 14cc50be..38a8455b 100644 --- a/.automation/test/go/golang_good_02.go +++ b/.automation/test/go/golang_good_02.go @@ -9,7 +9,7 @@ type FooType struct { Var *string `validate:"alphanum"` } -func post(c echo.Context) (err error) { +func post(echo.Context) (err error) { validate := validator.New() if err = validate.Struct(FooType{Var: nil}); err != nil {