We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 411b1c0 + a860d23 commit b66a22dCopy full SHA for b66a22d
internal/examples/basic/convert/README.md
@@ -4,5 +4,6 @@
4
5
|file|example name|note|
6
|----|------------|----|
7
-|strslice\_to\_ifslice.go|string\_slice\_to\_interface\_slice|[]string から []interface{} への変換についてのサンプルです.|
8
-
+|strslice\_to\_ifslice.go|convert\_string\_slice\_to\_interface\_slice|[]string から []interface{} への変換についてのサンプルです.|
+|int_\_to\_str.go|convert\_int\_to\_str|fmt.Sprint() を使って、数値 (int) を 文字列 (string) に変換するサンプルです|
9
+|struct\_to\_str.go|convert\_struct\_to\_str|fmt.Sprint() を利用して 構造体 を 文字列 にするサンプルです|
0 commit comments