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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

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

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