Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidrjenni/reftools
- Owner: davidrjenni
- License: bsd-2-clause
- Created: 2017-05-07T10:56:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T19:25:25.000Z (9 months ago)
- Last Synced: 2024-08-02T18:39:59.686Z (3 months ago)
- Topics: go, golang, refactoring, tools
- Language: Go
- Homepage:
- Size: 2.56 MB
- Stars: 145
- Watchers: 8
- Forks: 19
- Open Issues: 12
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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 |