Testing flow for Go in VS Code?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • reflex

    Run a command when files change (by cespare)

  • There are tools like https://github.com/cespare/reflex that run a command when specific files are changing. You could use it to run go test whenever one of your files changes, so the changes would be reflected instantly in the terminal.

  • Go for Visual Studio Code

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

    ☁️ Live reload for Go apps

  • IIRC VS Code has option to run tests after each save. If you want a more terminal way I recommend https://github.com/cosmtrek/air and configure to run go test on each change.

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

  • Live reloading in Go

    1 project | dev.to | 20 Mar 2024
  • Como configurar Golang com live reload utilizando Air 🚀

    2 projects | dev.to | 5 Mar 2024
  • Air – Live reload for Go apps

    1 project | news.ycombinator.com | 20 Apr 2023
  • Do you typically use Docker as your dev environment?

    3 projects | /r/golang | 8 Apr 2023
  • Using the Goland debugger with Air?

    2 projects | /r/golang | 30 Jan 2023