These improvements target the libFuzzer mode in Golang (which is separate from Go native fuzzing). Native fuzzing in Go is built from the ground up and still in an early stage of development. As a result, it does not yet match the effectiveness of established fuzzing engines such as libFuzzer. This is why we focused on that in this work.