Go golang-library

Open-source Go projects categorized as golang-library

Top 23 Go golang-library Projects

  • go-formatter

    A curated list of awesome Go frameworks, libraries and software

  • Project mention: Why Go is great choice for Software engineering. | dev.to | 2024-04-07

    A curated list of awesome Go frameworks, libraries and software - Awesome Go / Golang (awesome-go.com)

  • cobra

    A Commander for modern Go CLI interactions

  • Project mention: The power of the CLI with Golang and Cobra CLI | dev.to | 2024-04-06

    We can use the flag with --date or -date, Go already does the automatic check. We can make our entire boilerplate with this approach, but let's make it a little easier and use the Cobra CLI package.

  • 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
  • urfave/cli

    A simple, fast, and fun package for building command line apps in Go (by urfave)

  • Project mention: Best practices for distributing and updating a Go CLI on Linux? | /r/golang | 2023-05-18

    Can you use a framework like urfavecli https://github.com/urfave/cli? This will auto-update every time it detects a new version from your CLI's GitHub repository

  • Ebiten

    Ebitengine - A dead simple 2D game engine for Go

  • Project mention: Lag Is Never Where You Want It... Or Don't Want It | dev.to | 2024-05-01

    Reading ebiten docs and source code they very clearly state that writing RGBA bytes to an image is slow, and shouldn't really be done every frame, at least many times per frame. This is where I thought my performance was being lost, and it sent me looking for answers for ages. Turns out, I was wrong and right.

  • resty

    Simple HTTP and REST client library for Go

  • mongo-go-driver

    The Official Golang driver for MongoDB

  • Project mention: Uploading and Serving Images from MongoDB in Golang | dev.to | 2024-01-04

    MongoDB, a document-oriented NoSQL database, will be our data powerhouse. We'll utilize the mongo-driver library to seamlessly connect our Golang application to MongoDB. This section will cover essential database interactions, including creating collections, storing metadata, and efficiently querying for image-related data. Understanding these fundamentals is crucial for building a robust image storage and retrieval system.

  • BigCache

    Efficient cache for gigabytes of data written in Go.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • kafka-go

    Kafka library in Go

  • Project mention: book about golang and kafka | /r/golang | 2023-06-04

    There are two main libraries that people use to write clients Confluent Kafka and segment io kafka

  • pdfcpu

    A PDF processor written in Go.

  • Project mention: Show HN: A PDF Processing CLI/API Written in Go | news.ycombinator.com | 2024-03-05
  • ipatool

    Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store

  • Project mention: Old versions of the iOS app? | /r/jellyfin | 2023-06-01

    If you need an older app to install on your older device I suggest IPAtool. It let's you "purchase" apps which then download latest compatible version from the app store

  • pterm

    ✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible.

  • fortio

    Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats.

  • Project mention: Fortio, load testing library and command line tool | news.ycombinator.com | 2023-06-21
  • statsviz

    🚀 Visualise your Go program runtime metrics in real time in the browser

  • go-json

    Fast JSON encoder/decoder compatible with encoding/json for Go

  • Project mention: API: Go, .NET, Rust | /r/dotnet | 2023-12-09

    For go -> you can actually get away with the standard json encoding package. Or if you want a slightly better one, I prefer goccy/go-json

  • wasmer-go

    🐹🕸️ WebAssembly runtime for Go

  • Project mention: Running WebAssembly code in Go | dev.to | 2023-12-12

    The next step is to create a Go project and run our wasm file with some runtime. For this, I chose wasmer-go.

  • asciigraph

    Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.

  • govcl

    Cross-platform Go/Golang GUI library.

  • Project mention: Lazarus IDE 3.0 Released | news.ycombinator.com | 2023-12-24
  • svgo

    Go Language Library for SVG generation (by ajstarks)

  • ghw

    Go HardWare discovery/inspection library

  • xorm

    xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作 (by xormplus)

  • huma

    A modern, simple, fast & flexible micro framework for building HTTP REST/RPC APIs in Go backed by OpenAPI 3 and JSON Schema.

  • Project mention: I write HTTP services in Go after 13 years (Mat Ryer, 2024) | news.ycombinator.com | 2024-02-09
  • pond

    🔘 Minimalistic and High-performance goroutine worker pool written in Go

  • anaconda

    A Go client library for the Twitter 1.1 API (by ChimeraCoder)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go golang-library related posts

  • Lag Is Never Where You Want It... Or Don't Want It

    1 project | dev.to | 1 May 2024
  • Boost Your Medium Visibility: 12 Essential Tips for Writers

    1 project | dev.to | 31 Mar 2024
  • Get Random Images API for free from Lorem Picsum

    1 project | dev.to | 27 Mar 2024
  • Now Anyone Can Add Beautiful Interactive Images in ChatGPT ⏱️ (in 30 Seconds)

    1 project | dev.to | 22 Mar 2024
  • Show HN: A PDF Processing CLI/API Written in Go

    1 project | news.ycombinator.com | 5 Mar 2024
  • Show HN

    1 project | news.ycombinator.com | 5 Mar 2024
  • Every Default macOS Wallpaper

    2 projects | news.ycombinator.com | 15 Feb 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 7 May 2024
    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. Learn more →

Index

What are some of the best open-source golang-library projects in Go? This list will help you:

Project Stars
1 go-formatter 121,148
2 cobra 36,077
3 urfave/cli 21,662
4 Ebiten 9,889
5 resty 9,382
6 mongo-go-driver 7,937
7 BigCache 7,202
8 kafka-go 7,144
9 pdfcpu 6,310
10 ipatool 5,096
11 pterm 4,556
12 fortio 3,170
13 statsviz 3,123
14 go-json 2,788
15 wasmer-go 2,737
16 asciigraph 2,513
17 govcl 2,097
18 svgo 2,089
19 ghw 1,586
20 xorm 1,550
21 huma 1,296
22 pond 1,226
23 anaconda 1,141

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com