How to work with multiple modules in a single repo?

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

    The Go programming language

  • chi

    lightweight, idiomatic and composable router for building Go HTTP services

  • Modules can import other modules, even if they're in the same repository, and they can access anything exported by those modules as regular Go code. If you're not familiar with the basics of Go modules, then you should probably start with something more simple, like writing a router with chi or testing out any other library you're interested in.

  • 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
  • aws-sdk-go-v2

    AWS SDK for the Go programming language.

  • The trouble with importing modules from within the same repository is that Go modules won't be able to work out where to download them from. The require directives I mentioned are used extensively by aws-sdk-go-v2 if you're interested in an example.

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

  • Building a Playful File Locker with GoFr

    4 projects | dev.to | 19 Apr 2024
  • Como deixar o Swagger com tema dark mode usando Swaggo e Golang

    5 projects | dev.to | 11 Nov 2023
  • It's so easy to learn

    4 projects | /r/ProgrammerHumor | 23 May 2023
  • Gin - HTTP web framework written in GO.

    3 projects | /r/engineering_stuff | 22 Apr 2023
  • Use Golang for data processing with Amazon Kinesis and AWS Lambda

    4 projects | dev.to | 14 Mar 2023