go-is-not-good
Go criticism
A curated list of articles criticizing Go's design and limitations
A curated list of articles complaining that go (golang) isn't good enough
4k stars
123 watching
129 forks
Language: Go
last commit: 9 months ago
Linked from 1 awesome list
articlescomplaintsgogolanglist
Related projects:
Repository | Description | Stars |
---|---|---|
mna/gocostmodel | A benchmarking package for the Go language. | 61 |
jeromefroe/golang_benchmarks | A collection of benchmarks for various Go programming language features and patterns | 108 |
golang/benchmarks | Macro-benchmarks for performance monitoring and development of the Go programming language. | 189 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,861 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,416 |
sagikazarmark/mga | A collection of tools and practices to simplify Go application development | 81 |
skippednote/go-learn | A comprehensive resource for learning Go programming language and its ecosystem. | 227 |
zerosnake0/go-json-benchmark | A benchmarking tool for evaluating performance of various JSON libraries in the Go programming language | 9 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
gookit/validate | A comprehensive data validation and filtering tool for Go | 1,075 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
gojuno/minimock | Generates mocks from Go interface declarations to simplify unit testing | 640 |
go-critic/go-critic | A comprehensive and opinionated Go source code linter that provides checks for bugs, performance, and style issues. | 1,854 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |