Skip to content

Commit

Permalink
day 358: add godoc to exported type
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed Oct 28, 2020
1 parent c7aae1c commit 31b0544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions day358/problem.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package day358

import "github.com/algds/minmaxcnt"

// Wrapper delegates to a library.
type Wrapper struct {
delegate minmaxcnt.Interface
}
Expand Down

0 comments on commit 31b0544

Please sign in to comment.