Is it common to not have a local dev environment in go?

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. tilt

    Define your dev environment as code. For microservice apps on Kubernetes.

    For me this is an abomination. You can use docker-compose or local k8s with https://tilt.dev/. Some people here are saying "complex" because of number of dependencies, something is wrong. You might have split your domain the wrong way or too much temporal coupling by not using event-driven when applicable.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. gopacket

    Provides packet processing capabilities for Go

    Well, there is https://github.com/google/gopacket/, you have a package that uses CGo, `pcap`, and then there is `pcapgo`, native Go implementation. Doesn't have all the features but in my case, I was able to use it and remove CGo.

  4. docker-golang

    Golang development environment using Docker and Makefile for streamlined development and deployment.

    I'm open to any suggestions on how to improve the environment I created, so feel free to share your thoughts!

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

  • Introduction to Cilium CNI for Kubernetes

    1 project | dev.to | 20 Apr 2025
  • Cilium vs Calico: Comparing Kubernetes Networking Solutions

    3 projects | dev.to | 13 Apr 2025
  • Cilium & eBPF: The Future of Secure & Scalable Kubernetes Networking

    2 projects | dev.to | 11 Apr 2025
  • Testing out Gateway API using Gloo Gateway

    1 project | dev.to | 31 Mar 2025
  • How to deploy Karpenter on AWS Kubernetes with kOps

    2 projects | dev.to | 20 Mar 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?