Documentation ¶
Overview ¶
Package convert -- Go言語 における 型変換 の仕様についてのサンプルが配置されています.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntToStr ¶ added in v0.2.5
func IntToStr() error
IntToStr は、fmt.Sprint() を使って、数値 (int) を 文字列 (string) に変換するサンプルです.
REFERENCES:
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
func StringSliceToInterfaceSlice ¶
func StringSliceToInterfaceSlice() error
StringSliceToInterfaceSlice -- []string から []interface{} への変換についてのサンプルです.
func StructToStr ¶ added in v0.2.5
func StructToStr() error
StructToStr は、fmt.Sprint() を利用して 構造体 を 文字列 にするサンプルです.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.