Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Jun 12, 2021
1 parent b0362e2 commit a989e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/home/duration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ const (
// directText implements Encode and Decode methods like other encoding-related
// packages do. Simplifies testing of encoding.TextMarshaler and
// encoding.TextUnmarshaler interfaces implementations.
//
// TODO(e.burkov): Put into aghtest when there will be other
// encoding.TextMarshaler or encoding.TextUnmarshaler implementations.
type directText struct {
// w is an io.Writer that directText will write encoded data.
w io.Writer
Expand Down

0 comments on commit a989e8a

Please sign in to comment.