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

# README

サンプルリスト

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

fileexample namenote
gob_deepcopy.godeepcopy_gobencoding/gob を利用した deep-copy のサンプルです
json_deepcopy.godeepcopy_jsonencoding/json を利用した deep-copy のサンプルです

# Functions

GobDeepCopy -- encoding/gob を利用した deep-copy のサンプルです.
JsonDeepCopy -- encoding/json を利用した deep-copy のサンプルです.
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.