KimKiHyuk's Stars
flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
golang-standards/project-layout
Standard Go Project Layout
pocketbase/pocketbase
Open Source realtime backend in 1 file
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
getsops/sops
Simple and flexible tool for managing secrets
InterviewReady/system-design-resources
These are the best resources for System Design on the Internet
golangci/golangci-lint
Fast linters runner for Go
tidwall/gjson
Get JSON values quickly - JSON parser for Go
google/wire
Compile-time Dependency Injection for Go
github/gh-ost
GitHub's Online Schema-migration Tool for MySQL
go-task/task
A task runner / simpler Make alternative written in Go
moovweb/gvm
Go Version Manager
aws-amplify/amplify-js
A declarative JavaScript library for application development using cloud services.
golang-jwt/jwt
Go implementation of JSON Web Tokens (JWT).
DATA-DOG/go-sqlmock
Sql mock driver for golang to test database interactions
dgraph-io/ristretto
A high performance memory-bound Go cache
ksimka/go-is-not-good
A curated list of articles complaining that go (golang) isn't good enough
nchudleigh/vimac
Productive macOS keyboard-driven navigation
avast/retry-go
Simple golang library for retry mechanism
uber-go/mock
GoMock is a mocking framework for the Go programming language.
lestrrat-go/jwx
Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies
jarcoal/httpmock
HTTP mocking for Golang
bradfitz/gomemcache
Go Memcached client library #golang
daangn/stackflow
🧱 Mobile-first stack navigator framework with composable plugin system
wso2/product-is
Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
Ompluscator/dynamic-struct
Golang package for editing struct's fields during runtime and mapping structs to other structs.
NomaDamas/KICE_slayer_AI_Korean
수능 국어 1등급에 도전하는 AI
MicahParks/keyfunc
Create a jwt.Keyfunc for JWT parsing with a JWK Set or given cryptographic keys (like HMAC) in Golang.
danishi/dynamodb-csv
A utility that allows CSV import / export to DynamoDB on the command line
jinwoo1225/go-fanin-fanout-example
FanIn and Fanout in golfing with generics