https://github.com/davidrjenni/reftools
reftools - refactoring tools for Go
https://github.com/davidrjenni/reftools
go golang refactoring tools
Last synced: 4 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-07T13:37:32.000Z (10 months ago)
- Last Synced: 2025-09-07T15:24:52.674Z (10 months ago)
- Topics: go, golang, refactoring, tools
- Language: Go
- Homepage:
- Size: 2.8 MB
- Stars: 150
- Watchers: 6
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# reftools [](https://travis-ci.org/davidrjenni/reftools) [](https://coveralls.io/github/davidrjenni/reftools) [](https://godoc.org/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 |