Starred repositories
๐ Build beautiful, accessible, high-performance documentation websites with Astro
Generate types and converters from JSON, Schema, and GraphQL
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performanceโup to 40 times fasterโthanks to httprouter. Gin is designed for โฆ
A production-ready QUIC implementation in pure Go
A pure golang SQL database for database theory research
Fast JSON encoder/decoder compatible with encoding/json for Go
A simple and efficient reverse proxy that expose a local server behind a NAT to the internet.
A set of utilities (vmcli + vmctl) for macOS Virtualization.framework
A Go package for media type and file extension detection, based on magic numbers
Ejectify automatically unmounts external volumes when your Mac starts sleeping, and mounts them again after it wakes up.
Clean Code concepts adapted for JavaScript
Static analysis tool for Golang that protects against SQL injections
Translate your Go program into multiple languages.
Companion Repo to https://www.udemy.com/go-the-complete-developers-guide/
A Go library for validating structs, maps and slices.
This repo contains my notes on working with Go and computer systems.
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
Go(lang) examples - (explain the basics of #golang)
Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! ๐๐๐ฏ๐ๆ๐๐ฎ๐๐๐จ, ๐๐จ๐ฅ๐๐ง๐ ๆ๐ซ๐ฉ๐๐ฑ! build for cloud!
Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities with help of by Stringy package.
Example project to show how to combine sql.Tx transactions handling and decorators