Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 323 Bytes

fmatter

A simple YAML Front Matter parser, using the gopkg.in/yaml.v2 package. View the godoc documentation here.

Installation

go get j4k.co/fmatter

New to Go? Have a look at how import paths work.