Categorygithub.com/pawelWritesCode/df
repositorypackage
1.0.0
Repository: https://github.com/pawelwritescode/df.git
Documentation: pkg.go.dev

# README

Go Reference

Dataformat

Package contains constants that names few commonly used data formats, like

  • JSON
  • XML
  • YAML

and functions to check whether input data with some significant probability matches given format.

Warning

Functions from that package should not be used in production code.