Skip to content

Commit

Permalink
Adding all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjohnsonsmarty committed Oct 3, 2024
1 parent 85373d5 commit bb610c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/stations/02_article_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package stations

import (
"encoding/json"
"errors"
"fmt"
"strings"

Expand Down Expand Up @@ -39,4 +40,4 @@ func (this *ArticleParser) Do(input any, output func(any)) {
// input: contracts.Article
}

//var errMalformedContent = errors.New("malformed content")
var errMalformedContent = errors.New("malformed content")

0 comments on commit bb610c1

Please sign in to comment.