Skip to content

Commit

Permalink
all: update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Dec 8, 2023
1 parent e7491b1 commit 9d0ccc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the value of the local flag.
## Installation

```sh
go install github.com/charlievieth/utils/gosortimports
go install github.com/charlievieth/gosortimports
```

## Examples
Expand Down
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Command [gosortimports] is a more aggressive version of [goimports] that handles
very badly grouped imports and adds [gofmt's] simplify code option (-s).
Otherwise it is the same as [goimports].
$ go install github.com/charlievieth/utils/gosortimports
$ go install https://github.com/charlievieth/gosortimports
In addition to fixing imports, gosortimports also formats your code in the
same style as gofmt so it can be used as a replacement for your editor's
Expand Down Expand Up @@ -36,7 +36,7 @@ working and see what gosortimports is doing.
Happy hacking!
[gosortimports]: https://github.com/charlievieth/utils/tree/master/gosortimports
[gosortimports]: https://github.com/charlievieth/gosortimports
[goimports]: https://pkg.go.dev/golang.org/x/tools/cmd/goimports
[gofmt's]: https://pkg.go.dev/cmd/gofmt
*/
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/charlievieth/utils/gosortimports
module github.com/charlievieth/gosortimports

go 1.19

Expand Down

0 comments on commit 9d0ccc8

Please sign in to comment.