# README
サンプルリスト
このディレクトリには以下のサンプルがあります。
file | example name | note |
---|---|---|
yaml_marshal.go | yaml_marshal | yaml.Marshal についてのサンプルです. |
yaml_unmarshal.go | yaml_unmarshal | yaml.Unmarshal についてのサンプルです. |
yaml_decoder.go | yaml_decoder | yaml.Decoder についてのサンプルです. |
yaml_encoder.go | yaml_encoder | yaml.Encoder についてのサンプルです. |
# Functions
Decoder は、yaml.Decoder のサンプルです.
Encoder は、yaml.Encoder についてのサンプルです.
Marshal は、yaml.Marshal() を利用したサンプルです.
No description provided by the author
No description provided by the author