Gotchas in the Go Network Packages Defaults

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
  • go

    The Go programming language

  • AFAIK, draining the response body if not used is no longer required. The body is read with for the re-use in the req.Body.Close() method.

  • github

    Go library for accessing the GitHub v3 API

  • In addition, the issue with the re-use of HTTP/1 gzipped connections has been fixed in Go 1.7. That issue was the primary reason why numerous Golang libraries where http.Client was used were draining unused connections in the first place. Check out this PR in the Google's Github API client written in Go.

  • 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