testify icon indicating copy to clipboard operation
testify copied to clipboard

docs: Fix deprecation comments for http package

Open alexandear opened this issue 3 years ago • 0 comments

Summary

Fix deprecation comments for http, so the package will be automatically marked as "Deprecated" on https://pkg.go.dev/github.com/stretchr/testify/http.

Changes

  • Update comments in the http package.

Motivation

The official documentation has a special deprecation syntax. It adds yellow background and "Deprecated" tag to the deprecated functions, so the deprecated types and functions are more clearly visible to readers.

Without changes:

image image

With changes in the PR:

image image

How to take these screenshots

alexandear avatar Jan 30 '23 17:01 alexandear