Skip to content

Commit

Permalink
Merge branch 'master' of github.com:guangxuewu/gogimport
Browse files Browse the repository at this point in the history
  • Loading branch information
wuguangxue committed May 14, 2019
2 parents 237943f + f6c376b commit db7d7ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ gogimport will grouping imports by stdlib, thirdparty, custom packages like the
```sh
$ gogimport -local github.com/wusendong/example main.go
```

// 默认code.yunzhanghu.com 为 custom packages
```sh
$ gogimport main.go
```
```go
package main

Expand All @@ -27,7 +30,7 @@ import (

### install
```
go get -u github.com/wusendong/gogimport
go get -u github.com/guangxuewu/gogimport
```


Expand Down

0 comments on commit db7d7ce

Please sign in to comment.