-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fuzzing example #421
Labels
Comments
Agree that having a simple fuzzing example would be beneficial. PRs welcome |
This would be great. |
I would like to contribute on this aspect |
Just created a Pr on this |
Creating a simple and useful example for fuzzing turns out to be nontrivial. #463 one example of an attempt that didn't go well. |
jcbhmr
pushed a commit
to jcbhmr/gobyexample.jcbhmr.com
that referenced
this issue
Jan 29, 2025
This change allows hugo to build pages correcly when `canonifyURLs = false` and `relativeURLs = true`. Otherwise the links on the menu will be canonicalized regardless of configuration. This results in broken sites in a number of situations, such as sites served behind a reverse-proxy that don't want to account for the prefix they're served under.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Huge fan of Go By Example, I've found it more helpful than the official go docs sometimes :)
I was wondering if there were any plans to add a fuzzing example now that Go 1.18 supports native fuzzing? According to the most recent dev survey, most devs aren't familiar with fuzzing, so I imagine an example of how it works would be a good way to get them started.
We are happy to contribute as well if you're swamped with other work. Let me know if there's a specific process we have to follow or if we should just open a PR
The text was updated successfully, but these errors were encountered: