Skip to content

Commit

Permalink
Merge pull request #23 from Pungyeon/lexer_stream
Browse files Browse the repository at this point in the history
Lexer stream
  • Loading branch information
Pungyeon authored Jan 20, 2021
2 parents 33fc49c + 591d56d commit 8063d8a
Show file tree
Hide file tree
Showing 13 changed files with 750 additions and 207 deletions.
2 changes: 1 addition & 1 deletion article/required/required.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func ReturnIfError(errs ...error) error {
return nil
}

// Unmarshal is a wrapping function of the json.Unmarshal function
// Unmarshal is a wrapping function of the json.UnmarshalInterface function
func Unmarshal(data []byte, v interface{}) error {
return ReturnIfError(
json.Unmarshal(data, v),
Expand Down
Loading

0 comments on commit 8063d8a

Please sign in to comment.