https://github.com/unibeautify/beautifier-gofmt
Gofmt beautifier for Unibeautify
https://github.com/unibeautify/beautifier-gofmt
gofmt golang unibeautify unibeautify-beautifier
Last synced: about 2 months ago
JSON representation
Gofmt beautifier for Unibeautify
- Host: GitHub
- URL: https://github.com/unibeautify/beautifier-gofmt
- Owner: Unibeautify
- License: mit
- Created: 2018-05-16T01:01:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-07T11:42:15.000Z (2 months ago)
- Last Synced: 2025-08-07T13:27:37.803Z (2 months ago)
- Topics: gofmt, golang, unibeautify, unibeautify-beautifier
- Language: TypeScript
- Homepage: https://golang.org/cmd/gofmt/
- Size: 565 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beautifier-gofmt
[](https://travis-ci.com/Unibeautify/beautifier-gofmt) [](https://codeclimate.com/github/Unibeautify/beautifier-gofmt/test_coverage) [](https://codeclimate.com/github/Unibeautify/beautifier-gofmt/maintainability)
> Gofmt beautifier for Unibeautify
## Installation
```bash
npm install --global @unibeautify/beautifier-gofmt
```Then change `.unibeautifyrc.yml`:
```yaml
Go:
beautifiers: ["Gofmt"]
```## Usage
See [`unibeautify-cli`](https://github.com/Unibeautify/unibeautify-cli) for details.