package
0.0.0-20241010172303-f8eb2a1eb0b3
Repository: https://github.com/soyart/gsl.git
Documentation: pkg.go.dev

# Functions

WriteFileJSON marshals |t| to JSON-encoded bytes and write the JSON string to file |filename|.
WriteFileJSON marshals |t| to YAML-encoded bytes and write the YAML string to file |filename|.
No description provided by the author
No description provided by the author
No description provided by the author
ReadFileJSON reads JSON file |filename| and parses it as T and returns the result structure T.
ReadFileJSON reads JSON file |filename| and parses it as T and returns the pointer to the result structure T value.
ReadFileYAML reads YAML file |filename| and parses it as T and returns the result structure T.
ReadFileYAML reads YAML file |filename| and parses it as T and returns the pointer to the result structure T.