An open API service indexing awesome lists of open source software.

awesome-go-plus

A curated list of awesome Go frameworks, libraries and software
https://github.com/jayecc/awesome-go-plus

Last synced: 8 days ago
JSON representation

  • Stream Processing

    • HTTP Clients

      • goio - An implementation of IO, Stream, Fiber for Golang, inspired by awesome Scala libraries cats and fs2. ![stars](https://img.shields.io/badge/stars-84-blue)
      • machine - Go library for writing and generating stream workers with built in metrics and traceability. ![stars](https://img.shields.io/badge/stars-160-blue)
      • stream - Go Stream, like Java 8 Stream: Filter/Map/FlatMap/Peek/Sorted/ForEach/Reduce... ![stars](https://img.shields.io/badge/stars-94-blue)
  • Style Guides

  • Template Engines

    • HTTP Clients

      • ego - Lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled. ![stars](https://img.shields.io/badge/stars-582-blue)
      • extemplate - Tiny wrapper around html/template to allow for easy file-based template inheritance.
      • fasttemplate - Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](https://golang.org/pkg/text/template/). ![stars](https://img.shields.io/badge/stars-866-blue)
      • got - A Go code generator inspired by Hero and Fasttemplate. Has include files, custom tag definitions, injected Go code, language translation, and more. ![stars](https://img.shields.io/badge/stars-35-blue)
      • goview - Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application. ![stars](https://img.shields.io/badge/stars-436-blue)
      • jet - Jet template engine. ![stars](https://img.shields.io/badge/stars-1308-blue)
      • liquid - Go implementation of Shopify Liquid templates. ![stars](https://img.shields.io/badge/stars-298-blue)
      • maroto - A maroto way to create PDFs. Maroto is inspired in Bootstrap and uses gofpdf. Fast and simple. ![stars](https://img.shields.io/badge/stars-2381-blue)
      • pongo2 - Django-like template-engine for Go. ![stars](https://img.shields.io/badge/stars-2938-blue)
      • quicktemplate - Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it. ![stars](https://img.shields.io/badge/stars-3191-blue)
      • raymond - Complete handlebars implementation in Go. ![stars](https://img.shields.io/badge/stars-623-blue)
      • Razor - Razor view engine for Golang. ![stars](https://img.shields.io/badge/stars-863-blue)
      • Soy - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/). ![stars](https://img.shields.io/badge/stars-173-blue)
      • sprout - Useful template functions for Go templates. ![stars](https://img.shields.io/badge/stars-158-blue)
      • tbd - A really simple way to create text templates with placeholders - exposes extra builtin Git repo metadata. ![stars](https://img.shields.io/badge/stars-26-blue)
      • templ - A HTML templating language that has great developer tooling. ![stars](https://img.shields.io/badge/stars-9051-blue)
      • htmgo - build simple and scalable systems with go + htmx
  • Testing

    • Fail injection

      • failpoint - An implementation of [failpoints](https://www.freebsd.org/cgi/man.cgi?query=fail) for Golang. ![stars](https://img.shields.io/badge/stars-847-blue)
    • Fuzzing and delta-debugging/reducing/shrinking

      • go-fuzz - Randomized testing system. ![stars](https://img.shields.io/badge/stars-4822-blue)
      • gofuzz - Library for populating go objects with random values. ![stars](https://img.shields.io/badge/stars-1499-blue)
      • Tavor - Generic fuzzing and delta-debugging framework. ![stars](https://img.shields.io/badge/stars-246-blue)
    • Mock

      • counterfeiter - Tool for generating self-contained mock objects. ![stars](https://img.shields.io/badge/stars-1029-blue)
      • genmock - Go mocking system with code generator for building calls of the interface methods.
      • go-localstack - Tool for using localstack in AWS testing. ![stars](https://img.shields.io/badge/stars-82-blue)
      • go-sqlmock - Mock SQL driver for testing database interactions. ![stars](https://img.shields.io/badge/stars-6321-blue)
      • go-txdb - Single transaction based database driver mainly for testing purposes. ![stars](https://img.shields.io/badge/stars-708-blue)
      • gock - Versatile HTTP mocking made easy. ![stars](https://img.shields.io/badge/stars-2157-blue)
      • gomock - Mocking framework for the Go programming language. ![stars](https://img.shields.io/badge/stars-2695-blue)
      • govcr - HTTP mock for Golang: record and replay HTTP interactions for offline testing. ![stars](https://img.shields.io/badge/stars-184-blue)
      • hoverfly - HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI. ![stars](https://img.shields.io/badge/stars-2401-blue)
      • httpmock - Easy mocking of HTTP responses from external resources. ![stars](https://img.shields.io/badge/stars-2009-blue)
      • minimock - Mock generator for Go interfaces. ![stars](https://img.shields.io/badge/stars-675-blue)
      • mockery - Tool to generate Go interfaces. ![stars](https://img.shields.io/badge/stars-6467-blue)
      • mockhttp - Mock object for Go http.ResponseWriter. ![stars](https://img.shields.io/badge/stars-23-blue)
      • mooncake - A simple way to generate mocks for multiple purposes. ![stars](https://img.shields.io/badge/stars-17-blue)
      • moq - Utility that generates a struct from any interface. The struct can be used in test code as a mock of the interface. ![stars](https://img.shields.io/badge/stars-2057-blue)
      • pgxmock - A mock library implementing [pgx - PostgreSQL Driver and Toolkit](https://github.com/jackc/pgx/). ![stars](https://img.shields.io/badge/stars-458-blue)
      • timex - A test-friendly replacement for the native `time` package. ![stars](https://img.shields.io/badge/stars-71-blue)
      • xgo - A general pureposed function mocking library. ![stars](https://img.shields.io/badge/stars-393-blue)
    • Selenium and browser control tools

      • cdp - Type-safe bindings for the Chrome Debugging Protocol that can be used with browsers or other debug targets that implement it. ![stars](https://img.shields.io/badge/stars-751-blue)
      • ggr - a lightweight server that routes and proxies Selenium WebDriver requests to multiple Selenium hubs. ![stars](https://img.shields.io/badge/stars-315-blue)
      • rod - A Devtools driver to make web automation and scraping easy. ![stars](https://img.shields.io/badge/stars-5831-blue)
      • selenoid - alternative Selenium hub server that launches browsers within containers. ![stars](https://img.shields.io/badge/stars-2635-blue)
      • chromedp - a way to drive/test Chrome, Safari, Edge, Android Webviews, and other browsers supporting the Chrome Debugging Protocol. ![stars](https://img.shields.io/badge/stars-11654-blue)
      • playwright-go - browser automation library to control Chromium, Firefox and WebKit with a single API. ![stars](https://img.shields.io/badge/stars-2590-blue)
    • Testing Frameworks

      • arch-go - Architecture testing tool for Go projects. ![stars](https://img.shields.io/badge/stars-1-blue)
      • assert - Basic Assertion Library used along side native go testing, with building blocks for custom assertions. ![stars](https://img.shields.io/badge/stars-64-blue)
      • baloo - Expressive and versatile end-to-end HTTP API testing made easy. ![stars](https://img.shields.io/badge/stars-779-blue)
      • be - The minimalist generic test assertion library. ![stars](https://img.shields.io/badge/stars-106-blue)
      • biff - Bifurcation testing framework, BDD compatible. ![stars](https://img.shields.io/badge/stars-14-blue)
      • charlatan - Tool to generate fake interface implementations for tests. ![stars](https://img.shields.io/badge/stars-204-blue)
      • commander - Tool for testing cli applications on windows, linux and osx. ![stars](https://img.shields.io/badge/stars-228-blue)
      • cupaloy - Simple snapshot testing addon for your test framework. ![stars](https://img.shields.io/badge/stars-315-blue)
      • dbcleaner - Clean database for testing purpose, inspired by `database_cleaner` in Ruby. ![stars](https://img.shields.io/badge/stars-163-blue)
      • dft - Lightweight, zero dependency docker containers for testing (or more). ![stars](https://img.shields.io/badge/stars-16-blue)
      • dsunit - Datastore testing for SQL, NoSQL, structured files. ![stars](https://img.shields.io/badge/stars-45-blue)
      • embedded-postgres - Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test. ![stars](https://img.shields.io/badge/stars-930-blue)
      • endly - Declarative end to end functional testing. ![stars](https://img.shields.io/badge/stars-265-blue)
      • fixenv - Fixture manage engine, inspired by pytest fixtures. ![stars](https://img.shields.io/badge/stars-31-blue)
      • flute - HTTP client testing framework. ![stars](https://img.shields.io/badge/stars-20-blue)
      • frisby - REST API testing framework. ![stars](https://img.shields.io/badge/stars-276-blue)
      • gherkingen - BDD boilerplate generator and framework. ![stars](https://img.shields.io/badge/stars-81-blue)
      • ginkgo - BDD Testing Framework for Go.
      • gnomock - integration testing with real dependencies (database, cache, even Kubernetes or AWS) running in Docker, without mocks. ![stars](https://img.shields.io/badge/stars-1434-blue)
      • go-carpet - Tool for viewing test coverage in terminal. ![stars](https://img.shields.io/badge/stars-248-blue)
      • go-cmp - Package for comparing Go values in tests. ![stars](https://img.shields.io/badge/stars-4369-blue)
      • go-hit - Hit is an http integration test framework written in golang. ![stars](https://img.shields.io/badge/stars-260-blue)
      • go-mutesting - Mutation testing for Go source code. ![stars](https://img.shields.io/badge/stars-652-blue)
      • go-mysql-test-container - Golang MySQL testcontainer to help with MySQL integration testing. ![stars](https://img.shields.io/badge/stars-3-blue)
      • go-testdeep - Extremely flexible golang deep comparison, extends the go testing package. ![stars](https://img.shields.io/badge/stars-442-blue)
      • go-testpredicate - Test predicate style assertions library with extensive diagnostics output. ![stars](https://img.shields.io/badge/stars-5-blue)
      • go-vcr - Record and replay your HTTP interactions for fast, deterministic and accurate tests. ![stars](https://img.shields.io/badge/stars-1299-blue)
      • goblin - Mocha like testing framework of Go. ![stars](https://img.shields.io/badge/stars-889-blue)
      • goc - Goc is a comprehensive coverage testing system for The Go Programming Language. ![stars](https://img.shields.io/badge/stars-848-blue)
      • gocheck - More advanced testing framework alternative to gotest.
      • gocrest - Composable hamcrest-like matchers for Go assertions. ![stars](https://img.shields.io/badge/stars-106-blue)
      • godog - Cucumber BDD framework for Go. ![stars](https://img.shields.io/badge/stars-2413-blue)
      • gofight - API Handler Testing for Golang Router framework. ![stars](https://img.shields.io/badge/stars-441-blue)
      • gogiven - YATSPEC-like BDD testing framework for Go. ![stars](https://img.shields.io/badge/stars-15-blue)
      • gomatch - library created for testing JSON against patterns. ![stars](https://img.shields.io/badge/stars-48-blue)
      • gomega - Rspec like matcher/assertion library.
      • gospecify - This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec. ![stars](https://img.shields.io/badge/stars-52-blue)
      • gosuite - Brings lightweight test suites with setup/teardown facilities to `testing` by leveraging Go1.7's Subtests. ![stars](https://img.shields.io/badge/stars-12-blue)
      • got - An enjoyable golang test framework. ![stars](https://img.shields.io/badge/stars-266-blue)
      • gotest.tools - A collection of packages to augment the go testing package and support common patterns. ![stars](https://img.shields.io/badge/stars-548-blue)
      • Hamcrest - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. ![stars](https://img.shields.io/badge/stars-30-blue)
      • httpexpect - Concise, declarative, and easy to use end-to-end HTTP and REST API testing. ![stars](https://img.shields.io/badge/stars-2623-blue)
      • is - Professional lightweight testing mini-framework for Go. ![stars](https://img.shields.io/badge/stars-1847-blue)
      • jsonassert - Package for verifying that your JSON payloads are serialized correctly. ![stars](https://img.shields.io/badge/stars-133-blue)
      • keploy - Generate Testcase and Data Mocks from API calls automatically. ![stars](https://img.shields.io/badge/stars-7628-blue)
      • omg.testingtools - The simple library for change a values of private fields for testing. ![stars](https://img.shields.io/badge/stars-1-blue)
      • schema - Quick and easy expression matching for JSON schemas used in requests and responses. ![stars](https://img.shields.io/badge/stars-20-blue)
      • stop-and-go - Testing helper for concurrency. ![stars](https://img.shields.io/badge/stars-12-blue)
      • testcase - Idiomatic testing framework for Behavior Driven Development. ![stars](https://img.shields.io/badge/stars-123-blue)
      • testcerts - Dynamically generate self-signed certificates and certificate authorities within your test functions. ![stars](https://img.shields.io/badge/stars-74-blue)
      • testcontainers-go - A Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done. ![stars](https://img.shields.io/badge/stars-3981-blue)
      • testfixtures - A helper for Rails' like test fixtures to test database applications. ![stars](https://img.shields.io/badge/stars-1146-blue)
      • Testify - Sacred extension to the standard go testing package. ![stars](https://img.shields.io/badge/stars-24404-blue)
      • testsql - Generate test data from SQL files before testing and clear it after finished. ![stars](https://img.shields.io/badge/stars-17-blue)
      • testza - Full-featured test framework with nice colorized output. ![stars](https://img.shields.io/badge/stars-420-blue)
      • trial - Quick and easy extendable assertions without introducing much boilerplate. ![stars](https://img.shields.io/badge/stars-6-blue)
      • Tt - Simple and colorful test tools. ![stars](https://img.shields.io/badge/stars-8-blue)
      • wstest - Websocket client for unit-testing a websocket http.Handler. ![stars](https://img.shields.io/badge/stars-101-blue)
      • GoConvey - BDD-style framework with web UI and live reload. ![stars](https://img.shields.io/badge/stars-8340-blue)
      • Gont - Go network testing toolkit for testing building complex network topologies using Linux namespaces. ![stars](https://img.shields.io/badge/stars-82-blue)
      • envite - Dev and testing environment management framework. ![stars](https://img.shields.io/badge/stars-5-blue)
      • restit - Go micro framework to help writing RESTful API integration test. ![stars](https://img.shields.io/badge/stars-55-blue)
      • go-snaps - Jest-like snapshot testing in Golang.
  • Text Processing

    • Formatters

      • address - Handles address representation, validation and formatting. ![stars](https://img.shields.io/badge/stars-77-blue)
      • align - A general purpose application that aligns text. ![stars](https://img.shields.io/badge/stars-84-blue)
      • bytes - Formats and parses numeric byte values (10K, 2M, 3G, etc.). ![stars](https://img.shields.io/badge/stars-549-blue)
      • go-fixedwidth - Fixed-width text formatting (encoder/decoder with reflection). ![stars](https://img.shields.io/badge/stars-84-blue)
      • go-humanize - Formatters for time, numbers, and memory size to human readable format. ![stars](https://img.shields.io/badge/stars-4500-blue)
      • gotabulate - Easily pretty-print your tabular data with Go. ![stars](https://img.shields.io/badge/stars-338-blue)
      • sq - Convert data from SQL databases or document formats like CSV or Excel into formats such as JSON, Excel, CSV, HTML, Markdown, XML, and YAML. ![stars](https://img.shields.io/badge/stars-2269-blue)
      • textwrap - Wraps text at end of lines. Implementation of `textwrap` module from Python. ![stars](https://img.shields.io/badge/stars-5-blue)
    • Markup Languages

      • bafi - Universal JSON, BSON, YAML, XML translator to ANY format using templates. ![stars](https://img.shields.io/badge/stars-108-blue)
      • bbConvert - Converts bbCode to HTML that allows you to add support for custom bbCode tags. ![stars](https://img.shields.io/badge/stars-12-blue)
      • blackfriday - Markdown processor in Go. ![stars](https://img.shields.io/badge/stars-5537-blue)
      • go-toml - Go library for the TOML format with query support and handy cli tools. ![stars](https://img.shields.io/badge/stars-1797-blue)
      • goldmark - A Markdown parser written in Go. Easy to extend, standard (CommonMark) compliant, well structured. ![stars](https://img.shields.io/badge/stars-3953-blue)
      • goq - Declarative unmarshalling of HTML using struct tags with jQuery syntax (uses GoQuery). ![stars](https://img.shields.io/badge/stars-268-blue)
      • html-to-markdown - Convert HTML to Markdown. Even works with entire websites and can be extended through rules. ![stars](https://img.shields.io/badge/stars-2769-blue)
      • htmlquery - An XPath query package for HTML, lets you extract data or evaluate from HTML documents by an XPath expression. ![stars](https://img.shields.io/badge/stars-762-blue)
      • htmlyaml - Rich rendering of YAML as HTML in Go ![stars](https://img.shields.io/badge/stars-5-blue)
      • htree - Traverse, navigate, filter, and otherwise process trees of [html.Node](https://pkg.go.dev/golang.org/x/net/html#Node) objects. ![stars](https://img.shields.io/badge/stars-4-blue)
      • mxj - Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages. ![stars](https://img.shields.io/badge/stars-625-blue)
      • toml - TOML configuration format (encoder/decoder with reflection). ![stars](https://img.shields.io/badge/stars-4700-blue)
      • go-output-format - Output go structures into multiple formats (YAML/JSON/etc) in your command line app. ![stars](https://img.shields.io/badge/stars-17-blue)
    • Parsers/Encoders/Decoders

      • allot - Placeholder and wildcard text parsing for CLI tools and bots. ![stars](https://img.shields.io/badge/stars-59-blue)
      • codetree - Parses indented code (python, pixy, scarlet, etc.) and returns a tree structure. ![stars](https://img.shields.io/badge/stars-24-blue)
      • commonregex - A collection of common regular expressions for Go. ![stars](https://img.shields.io/badge/stars-893-blue)
      • doi - Document object identifier (doi) parser in Go. ![stars](https://img.shields.io/badge/stars-11-blue)
      • editorconfig-core-go - Editorconfig file parser and manipulator for Go. ![stars](https://img.shields.io/badge/stars-145-blue)
      • encdec - Package provides a generic interface to encoders and decoders. ![stars](https://img.shields.io/badge/stars-9-blue)
      • go-fasttld - High performance effective top level domains (eTLD) extraction module. ![stars](https://img.shields.io/badge/stars-37-blue)
      • go-nmea - NMEA parser library for the Go language. ![stars](https://img.shields.io/badge/stars-240-blue)
      • go-querystring - Go library for encoding structs into URL query parameters. ![stars](https://img.shields.io/badge/stars-2040-blue)
      • go-vcard - Parse and format vCard. ![stars](https://img.shields.io/badge/stars-113-blue)
      • godump - Pretty print any GO variable with ease, an alternative to Go's `fmt.Printf("%#v")`. ![stars](https://img.shields.io/badge/stars-198-blue)
      • gofeed - Parse RSS and Atom feeds in Go. ![stars](https://img.shields.io/badge/stars-2676-blue)
      • gographviz - Parses the Graphviz DOT language. ![stars](https://img.shields.io/badge/stars-560-blue)
      • gonameparts - Parses human names into individual name parts. ![stars](https://img.shields.io/badge/stars-43-blue)
      • ltsv - High performance [LTSV (Labeled Tab Separated Value)](http://ltsv.org/) reader for Go. ![stars](https://img.shields.io/badge/stars-9-blue)
      • normalize - Sanitize, normalize and compare fuzzy text. ![stars](https://img.shields.io/badge/stars-48-blue)
      • parth - URL path segmentation parsing.
      • prattle - Scan and parse LL(1) grammars simply and efficiently. ![stars](https://img.shields.io/badge/stars-7-blue)
      • sdp - SDP: Session Description Protocol [[RFC 4566](https://tools.ietf.org/html/rfc4566)]. ![stars](https://img.shields.io/badge/stars-113-blue)
      • sh - Shell parser and formatter. ![stars](https://img.shields.io/badge/stars-7646-blue)
      • tokenizer - Parse any string, slice or infinite buffer to any tokens. ![stars](https://img.shields.io/badge/stars-123-blue)
      • vdf - A Lexer and Parser for Valves Data Format (known as vdf) written in Go. ![stars](https://img.shields.io/badge/stars-49-blue)
      • when - Natural EN and RU language date/time parser with pluggable rules. ![stars](https://img.shields.io/badge/stars-1431-blue)
      • xj2go - Convert xml or json to go struct. ![stars](https://img.shields.io/badge/stars-36-blue)
      • parseargs-go - string argument parser that understands quotes and backslashes. ![stars](https://img.shields.io/badge/stars-10-blue)
      • did - DID (Decentralized Identifiers) Parser and Stringer in Go. ![stars](https://img.shields.io/badge/stars-92-blue)
    • Regular Expressions

      • genex - Count and expand Regular Expressions into all matching Strings. ![stars](https://img.shields.io/badge/stars-76-blue)
      • go-wildcard - Simple and lightweight wildcard pattern matching. ![stars](https://img.shields.io/badge/stars-85-blue)
      • goregen - Library for generating random strings from regular expressions. ![stars](https://img.shields.io/badge/stars-91-blue)
      • regroup - Match regex expression named groups into go struct using struct tags and automatic parsing. ![stars](https://img.shields.io/badge/stars-146-blue)
      • rex - Regular expressions builder. ![stars](https://img.shields.io/badge/stars-202-blue)
    • RSS

      • podcast - iTunes Compliant and RSS 2.0 Podcast Generator in Golang ![stars](https://img.shields.io/badge/stars-135-blue)
    • Sanitation

      • bluemonday - HTML Sanitizer. ![stars](https://img.shields.io/badge/stars-3351-blue)
      • gofuckyourself - A sanitization-based swear filter for Go. ![stars](https://img.shields.io/badge/stars-69-blue)
    • Scrapers

      • dataflowkit - Web scraping Framework to turn websites into structured data. ![stars](https://img.shields.io/badge/stars-682-blue)
      • go-recipe - A package for scraping recipes from websites. ![stars](https://img.shields.io/badge/stars-29-blue)
      • GoQuery - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. ![stars](https://img.shields.io/badge/stars-14415-blue)
      • pagser - Pagser is a simple, extensible, configurable parse and deserialize html page to struct based on goquery and struct tags for golang crawler. ![stars](https://img.shields.io/badge/stars-107-blue)
      • Tagify - Produces a set of tags from given source. ![stars](https://img.shields.io/badge/stars-39-blue)
      • walker - Seamlessly fetch paginated data from any source. Simple and high performance API scraping included. ![stars](https://img.shields.io/badge/stars-11-blue)
      • xurls - Extract urls from text. ![stars](https://img.shields.io/badge/stars-1215-blue)
      • colly - Fast and Elegant Scraping Framework for Gophers. ![stars](https://img.shields.io/badge/stars-24022-blue)
    • Utility/Miscellaneous

      • go-runewidth - Functions to get fixed width of the character or string. ![stars](https://img.shields.io/badge/stars-630-blue)
      • go-zero-width - Zero-width character detection and removal for Go. ![stars](https://img.shields.io/badge/stars-109-blue)
      • kace - Common case conversions covering common initialisms. ![stars](https://img.shields.io/badge/stars-20-blue)
      • petrovich - Petrovich is the library which inflects Russian names to given grammatical case. ![stars](https://img.shields.io/badge/stars-50-blue)
      • radix - Fast string sorting algorithm. ![stars](https://img.shields.io/badge/stars-193-blue)
      • TySug - Alternative suggestions with respect to keyboard layouts. ![stars](https://img.shields.io/badge/stars-19-blue)
      • w2vgrep - A semantic grep tool using word embeddings to find semantically similar matches. For example, searching for "death" will find "dead", "killing", "murder". ![stars](https://img.shields.io/badge/stars-1154-blue)
  • Third-party APIs

    • Utility/Miscellaneous

      • airtable - Go client library for the [Airtable API](https://airtable.com/api). ![stars](https://img.shields.io/badge/stars-79-blue)
      • anaconda - Go client library for the Twitter 1.1 API. ![stars](https://img.shields.io/badge/stars-1142-blue)
      • appstore-sdk-go - Unofficial Golang SDK for AppStore Connect API. ![stars](https://img.shields.io/badge/stars-5-blue)
      • aws-encryption-sdk-go - Unofficial Go SDK implementation of the [AWS Encryption SDK](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/index.html). ![stars](https://img.shields.io/badge/stars-21-blue)
      • aws-sdk-go - The official AWS SDK for the Go programming language. ![stars](https://img.shields.io/badge/stars-2994-blue)
      • bqwriter - High Level Go Library to write data into [Google BigQuery](https://cloud.google.com/bigquery) at a high throughout. ![stars](https://img.shields.io/badge/stars-16-blue)
      • brewerydb - Go library for accessing the BreweryDB API. ![stars](https://img.shields.io/badge/stars-19-blue)
      • cachet - Go client library for [Cachet (open source status page system)](https://cachethq.io/). ![stars](https://img.shields.io/badge/stars-90-blue)
      • circleci - Go client library for interacting with CircleCI's API. ![stars](https://img.shields.io/badge/stars-65-blue)
      • codeship-go - Go client library for interacting with Codeship's API v2. ![stars](https://img.shields.io/badge/stars-18-blue)
      • coinpaprika-go - Go client library for interacting with Coinpaprika's API. ![stars](https://img.shields.io/badge/stars-24-blue)