What is fuzzing? Fuzzing is the art of automatic bug detection. Fuzzing aims to stress the application and cause unexpected behavior, resource leaks, or crashes. There are many types of fuzzing, and I will focus show us new possibilities that we get in Go 1.18 to use this tool to improve our code.
What is fuzzing? Fuzzing is the art of automatic bug detection. Fuzzing aims to stress the application and cause unexpected behavior, resource leaks, or crashes. There are many types of fuzzing, and I will focus show us new possibilities that we get in Go 1.18 to use this tool to improve our code.