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

# Packages

No description provided by the author

# README

サンプルリスト

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

fileexample namenote
marshal.goxml_marshalxml.Marshal() についてのサンプルです.
marshal_indent.goxml_marshal_indentxml.MarshalIndent() についてのサンプルです.
unmarshal.goxml_unmarshalxml.Unmarshal() についてのサンプルです.
decoder.goxml_decoderxml.Decoder についてのサンプルです.
encoder.goxml_encoderxml.Encoder についてのサンプルです.
nestedelements.goxml_nested_elements入れ子になっている要素を取得するサンプルです

エンコーディングが UTF-8 ではないXMLファイルのUnmarshalについては examples/singleapp/xml_shiftjisを参照。