Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 382 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 382 Bytes

message-parser

Parse messages into golang structs where the message format is expressed using golang struct tags.

Generate messages from golang structs the message format is expressed using golang struct tags.

Define Fields

type intS struct { IntField int type:"int" len:"3" padding:"0" }

type int string

len number

sep string

padding string