The Wayback Machine - https://web.archive.org/web/20220619002545/https://github.com/topics/golang-module
Here are
128 public repositories
matching this topic...
🤘 The native golang ssh client to execute your commands over ssh connection. 🚀 🚀
Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
The implementation of Persian (Solar Hijri) Calendar in Go
Go Mod Repository, Go Vanity Server and Proxy Server
Golang raycaster engine using the Ebitengine 2D Game Library
Yet another directed acyclic graph (DAG) implementation in golang.
A currency computations package.
A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple error types.
Official vilmos visual language interpreter!
Context-aware I/O streams (Writer, Reader) for Go
Go Modules with Private GIT Repository
Updated
Mar 4, 2020
Dockerfile
RIPE Atlas API access in Go.
JSON Pointer (RFC 6901) for Go
Native Pure Go Driver for Apache Drill and Dremio using the protobuf interface rather than the REST Api for better performance
HTTP security middleware for Go(lang) inspired by HelmetJS.
A simple CLI project to read Atom news feeds. Introduction to Go.
simple go library for implement easy-rsa functions
Bitset library provides implementation for all int/uint types and arrays and maps
Dynamic Type Library for Go
Reborn 是使用 Go 开发的,基于 Redis 存储的配置库,简单配置,易于使用。A redis-based configuration library developed using Go, ready to go, easy to use.
Lazy iterator implementation for Golang
A pocket knife tool for manipulating go.mod files
Helpers and utilities for Golang in order to do actions not available in the standard library.
cross-platform library for sending desktop notifications
An example GitHub Action, written in Go.
Golang module exporting general purpose functions I get tired of rewriting every time
Improve this page
Add a description, image, and links to the
golang-module
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
golang-module
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
Adding routes currently requires the developer to prepare a single list of
*Routewith all the routes defined in one go. This can be split up and made easier for the developerDescribe the solution you'd like
We can add convenience method for each type of HTTP method supported by webgo (). e.g.