diff options
Diffstat (limited to '_content/doc/tutorial/index.html')
| -rw-r--r-- | _content/doc/tutorial/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_content/doc/tutorial/index.html b/_content/doc/tutorial/index.html index 5a2a0ef1..610b8908 100644 --- a/_content/doc/tutorial/index.html +++ b/_content/doc/tutorial/index.html @@ -59,6 +59,14 @@ </tr> <tr class="DocTable-row"> <td class="DocTable-cell"> + <a href="/doc/tutorial/fuzz">Getting started with fuzzing</a> + </td> + <td class="DocTable-cell">Introduces the basics of fuzzing in Go. + Fuzzing can generate inputs to your tests that can catch edge cases + and security issues that you may have missed.</td> + </tr> + <tr class="DocTable-row"> + <td class="DocTable-cell"> <a href="/tour/">A Tour of Go</a> </td> <td class="DocTable-cell"> |
