Live Reload in Go with Air

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

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

    Run a command when files change (by cespare)

  • Neat. I've used reflex in the past for this.

  • cnfuzz

    Breaking Cloud Native Web APIs in their natural habitat.

  • Maybe you could use something like this: https://github.com/suecodelabs/cnfuzz/blob/main/devspace_start.sh Its a config for DevSpace, but you could do something similar in your IDE. Every time air detects a change, it rebuilds the binary and starts the DLV debugger in a loop. You can then just attach your IDE to the DLV debugger with the remote debugging feature.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • CompileDaemon

    Very simple compile daemon for Go

  • Hey this is pretty cool! I've been using https://github.com/githubnemo/CompileDaemon for a while now without any real complaints, but I'm curious what the elevator pitch is for this tool?

  • entr

    Run arbitrary commands when files change

  • modd

    A flexible developer tool that runs processes and responds to filesystem changes

  • Interesting. I've been using https://github.com/cortesi/modd for this for a while but I'll check this project out.

  • 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