Skip to content

Commit

Permalink
Pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-grella committed Sep 25, 2022
1 parent 8db7ba0 commit 96f785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tokenclassification/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func main() {
return err
}
fmt.Println(time.Since(start).Seconds())
fmt.Println(result)
fmt.Println(MarshalJSON(result))
return nil
}

Expand Down

0 comments on commit 96f785c

Please sign in to comment.