mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated CodeReviewComments (markdown)
parent
6cc51c3e99
commit
956abb4a46
@ -201,6 +201,7 @@ local or project-specific import.
|
|||||||
|
|
||||||
Imports are organized in groups, with blank lines between them.
|
Imports are organized in groups, with blank lines between them.
|
||||||
The standard library packages are always in the first group.
|
The standard library packages are always in the first group.
|
||||||
|
The dependency packages are always in the second group cause there are changes less.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
@ -210,11 +211,11 @@ import (
|
|||||||
"hash/adler32"
|
"hash/adler32"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"appengine/foo"
|
|
||||||
"appengine/user"
|
|
||||||
|
|
||||||
"github.com/foo/bar"
|
"github.com/foo/bar"
|
||||||
"rsc.io/goversion/version"
|
"rsc.io/goversion/version"
|
||||||
|
|
||||||
|
"appengine/foo"
|
||||||
|
"appengine/user"
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user