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
122 watching
130 forks
Language: Go
last commit: 11 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. | 188 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,868 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,439 |
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,079 |
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,046 |
gojuno/minimock | Generates mocks out of Go interface declarations to make testing easier and more efficient. | 649 |
go-critic/go-critic | A comprehensive and opinionated Go source code linter that provides checks for bugs, performance, and style issues. | 1,867 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 178 |