Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ For imports you should use the following format (_without_ the comments)
```go
import (
// stdlib
"encoding/json"
"math"
"fmt"

// local packages
Expand Down
1 change: 1 addition & 0 deletions modules/json/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

package json

// Allow "encoding/json" import.
import (
"bytes"
"encoding/binary"
Expand Down