Skip to content

Commit

Permalink
Update import-alias.md
Browse files Browse the repository at this point in the history
std imports are grouped together:
  • Loading branch information
martinyonatann authored Nov 16, 2024
1 parent a24d186 commit b87bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import-alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ direct conflict between imports.
import (
"fmt"
"os"

runtimetrace "runtime/trace"

nettrace "golang.net/x/trace"
)
```
Expand Down

0 comments on commit b87bd0b

Please sign in to comment.