Skip to content

Commit

Permalink
Revert "Update cargo.go (go-kit#1014)"
Browse files Browse the repository at this point in the history
This reverts commit 8480b28.
  • Loading branch information
ryan-lang committed Oct 9, 2020
1 parent 461074b commit 11a1b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/shipping/cargo/cargo.go
Expand Up @@ -54,7 +54,7 @@ func New(id TrackingID, rs RouteSpecification) *Cargo {
}
}

// Repository provides access to a cargo store.
// Repository provides access a cargo store.
type Repository interface {
Store(cargo *Cargo) error
Find(id TrackingID) (*Cargo, error)
Expand Down

0 comments on commit 11a1b5a

Please sign in to comment.