Skip to content

veselj/encoding-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages