How to install pre-requisite software for binary

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

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

    A highly extensible Git implementation in pure Go. (by go-git)

  • Another really good option you should check out is using go-git (although many features are missing IMO, I had issues mainly with git blame), or git2go (but it requires linking to libgit2 which sux, also some features are missing like flags and low-level stuff).

  • git2go

    Git to Go; bindings for libgit2. Like McDonald's but tastier.

  • Another really good option you should check out is using go-git (although many features are missing IMO, I had issues mainly with git blame), or git2go (but it requires linking to libgit2 which sux, also some features are missing like flags and low-level stuff).

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

    Create beautiful applications using Go

  • I had the same requirements and ended up doing a `doctor` command to scan and advise on dependencies. It tries to determine the correct commands that could install the dependencies or link to the download pages if not available. Funnily enough, I also had a need for git and used go-git. Hope that's helpful.

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