Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidrjenni/reftools

reftools - refactoring tools for Go
https://github.com/davidrjenni/reftools

go golang refactoring tools

Last synced: 5 days ago
JSON representation

reftools - refactoring tools for Go

Awesome Lists containing this project

README

        

# reftools [![Build Status](https://travis-ci.org/davidrjenni/reftools.svg?branch=master)](https://travis-ci.org/davidrjenni/reftools) [![Coverage Status](https://coveralls.io/repos/github/davidrjenni/reftools/badge.svg)](https://coveralls.io/github/davidrjenni/reftools) [![GoDoc](https://godoc.org/github.com/davidrjenni/reftools?status.svg)](https://godoc.org/github.com/davidrjenni/reftools) [![Go Report Card](https://goreportcard.com/badge/github.com/davidrjenni/reftools)](https://goreportcard.com/report/github.com/davidrjenni/reftools)

reftools - refactoring tools for Go

---

## Tools

| Tool | Description |
|-------------------------------|----------------------------------------------------------------------|
| [fixplurals](cmd/fixplurals/) | remove redundant parameter and result types from function signatures |
| [fillstruct](cmd/fillstruct/) | fills a struct literal with default values |
| [fillswitch](cmd/fillswitch/) | fills a (type) switch statement with case statements |