From 31b05449d30aa923e55477390193f22900337e4a Mon Sep 17 00:00:00 2001 From: Vasko Zdravevski Date: Tue, 27 Oct 2020 20:57:09 -0600 Subject: [PATCH] day 358: add godoc to exported type --- day358/problem.go | 1 + 1 file changed, 1 insertion(+) diff --git a/day358/problem.go b/day358/problem.go index fe79c9e..887c8dc 100644 --- a/day358/problem.go +++ b/day358/problem.go @@ -2,6 +2,7 @@ package day358 import "github.com/algds/minmaxcnt" +// Wrapper delegates to a library. type Wrapper struct { delegate minmaxcnt.Interface }