package
0.5.36
Repository: https://github.com/devlights/try-golang.git
Documentation: pkg.go.dev

# README

サンプルリスト

このディレクトリには以下のサンプルがあります。

fileexample namenote
yaml_marshal.goyaml_marshalyaml.Marshal についてのサンプルです.
yaml_unmarshal.goyaml_unmarshalyaml.Unmarshal についてのサンプルです.
yaml_decoder.goyaml_decoderyaml.Decoder についてのサンプルです.
yaml_encoder.goyaml_encoderyaml.Encoder についてのサンプルです.

# Packages

No description provided by the author
No description provided by the author

# Functions

Decoder は、yaml.Decoder のサンプルです.
Encoder は、yaml.Encoder についてのサンプルです.
Marshal は、yaml.Marshal() を利用したサンプルです.
No description provided by the author
No description provided by the author