Web request fuzzer with go

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • golang-standards/project-layout

    Standard Go Project Layout

  • For go module folder struct i always take that as an example https://github.com/golang-standards/project-layout Imho the json approach,if u want to be user-friendly editable is a good choice. For the question of sending/receive multiple requests,i think the best approach is use maybe goroutines and channels

  • gofuzz

    Discontinued Fuzz testing for go.

  • Take a look at https://github.com/google/gofuzz and https://github.com/dvyukov/go-fuzz

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts