Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/google/orderedcode
2 changes: 1 addition & 1 deletion orderedcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ decode, wrap the item pointer in an orderedcode.Decr. For example:
Each item's ordering is independent from other items, but the same ordering
should be used to encode and decode the i'th item.
*/
package orderedcode
package orderedcode // import "github.com/google/orderedcode"

import (
"errors"
Expand Down