Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
Edward Minnix III
2024-08-22 08:51:30 -04:00
committed by GitHub
parent 2757b0ba6e
commit 7e98d02d56

View File

@@ -110,7 +110,7 @@ The remaining values are used to define the ``access path``, the ``kind``, and t
Example: Taint source from the ``net/http`` package
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This example shows how the Go query pack models the return value from the ``FormValue`` method as a ``remote`` source.
This is the ``FormValue`` method of the ``Request`` struct which is located in the ``net/http`` package.
This is the ``FormValue`` method of the ``Request`` type which is located in the ``net/http`` package.
.. code-block:: go