# Data format This project uses markdown as its data storage format. The syntax used is important and wasn't chosen randomly. ## Syntax for examples ~~~markdown - `ExampleName`: A comment ```markdown Data here ``` ~~~ Headers also matter from the method name is generated from the text in them, ie: ~~~markdown # IRC ## PING - `ExampleUsage`: Example usage of `PING` ``` PING :test ``` ~~~ The path for the `Ping` example is `IrcPing`, so the whole function name for Go will be `IrcPingExampleUsage`.