Thoughts on HTTP and JSON with Golang. And other Headaches.

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • JSON-to-Go

    Translates JSON into a Go type in your browser instantly (original)

  • There's quite a few tools that given the JSON will generate the Go struct for you. Like this one or this one or quicktype.

  • quicktype

    Generate types and converters from JSON, Schema, and GraphQL

  • There's quite a few tools that given the JSON will generate the Go struct for you. Like this one or this one or quicktype.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • opentelemetry-go

    OpenTelemetry Go API and SDK

  • Well, I actually do have a better way, I just use https://opentelemetry.io/ and attach the error context to the trace with file and line info. But in cases where I don't have open telemetry I am still stuck with what I have for passing down call stack traces.

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