mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Revert 3f5c07005f76cc96caa1b60255b590e84225131a...956abb4a4628d104f7046aec3f20925fe3f28529 on CodeReviewComments
parent
6785113042
commit
c4883d487c
@ -201,7 +201,6 @@ local or project-specific import.
|
||||
|
||||
Imports are organized in groups, with blank lines between them.
|
||||
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
|
||||
package main
|
||||
@ -211,11 +210,11 @@ import (
|
||||
"hash/adler32"
|
||||
"os"
|
||||
|
||||
"github.com/foo/bar"
|
||||
"rsc.io/goversion/version"
|
||||
|
||||
"appengine/foo"
|
||||
"appengine/user"
|
||||
|
||||
"github.com/foo/bar"
|
||||
"rsc.io/goversion/version"
|
||||
)
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user