Go already supports fuzzing in the stdlib test framework and there are some purely "algorithmic" methods like parsing caller IDs which may benefit from being fuzzed.
Fuzzing was tried on said method but apparently its too simple for fuzzing, no interesting cases were found by the fuzzer. Will keep this in mind for the future.
Go already supports fuzzing in the stdlib test framework and there are some purely "algorithmic" methods like parsing caller IDs which may benefit from being fuzzed.