goreturns
Return fixer
A tool that automatically completes incomplete Go return statements with zero values
A gofmt/goimports-like tool for Go programmers that fills in Go return statements with zero values to match the func return types
531 stars
10 watching
55 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A tool to verify test quality by randomly introducing changes into the code tested and determining if those changes are caught by tests | 201 |
| | A tool for analyzing and extracting data from stripped Go binaries | 957 |
| | A tool to enable and format unused import lines in Go files | 16 |
| | Utility library providing a set of pre-built HTTP response handlers for building RESTful APIs. | 104 |
| | Generates reset methods for Go structs to easily reuse them without fear of tricky bugs | 33 |
| | A tool designed to facilitate the reverse engineering of Go binaries using IDA Pro | 628 |
| | Automates Go package release process using goreleaser | 871 |
| | A testing library for Go that allows developers to create reusable snapshots of test data | 178 |
| | A comprehensive testing system for Go programming language applications | 824 |
| | A tool for sorting and formatting Go imports and code. | 613 |
| | A tool for parsing and manipulating Golang source code at compile-time | 62 |
| | Provides an API to pull Google Analytics data | 15 |
| | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
| | A tool for generating decorators around Go interfaces with various features such as metrics and fallbacks. | 1,105 |
| | An algorithm to determine dead stones on a Go board using Monte Carlo simulations | 33 |