Skip to content

Commit 270eff0

Browse files
authored
Merge pull request #7 from moznion/note-about-goimports
add note about goimports
2 parents 5bed476 + ae87565 commit 270eff0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Or get it with [gobinaries.com](https://gobinaries.com):
1616
curl -sf https://gobinaries.com/moznion/gonstructor | sh
1717
```
1818

19+
## Dependencies
20+
21+
gonstructor depends on [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) for fixing import paths and formatting code, you need to install it:
22+
23+
```
24+
$ go get golang.org/x/tools/cmd/goimports
25+
```
26+
1927
## Usage
2028

2129
```

0 commit comments

Comments
 (0)