You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way to parse syslog messages is by creating an empty message struct and calling its method. I don't think this is idiomatic go. Why not just have a generic parse() function which returns a message or a slice of messages from whatever was parsed?
Would a PR be welcome? Is the library still maintained? There's only one release (0.1.0)
The text was updated successfully, but these errors were encountered:
The only way to parse syslog messages is by creating an empty message struct and calling its method. I don't think this is idiomatic go. Why not just have a generic parse() function which returns a message or a slice of messages from whatever was parsed?
Would a PR be welcome? Is the library still maintained? There's only one release (0.1.0)
The text was updated successfully, but these errors were encountered: