Skip to content

Commit b66a22d

Browse files
authored
Merge pull request #363 from devlights/devlights/issue362
2 parents 411b1c0 + a860d23 commit b66a22d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/examples/basic/convert/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44

55
|file|example name|note|
66
|----|------------|----|
7-
|strslice\_to\_ifslice.go|string\_slice\_to\_interface\_slice|[]string から []interface{} への変換についてのサンプルです.|
8-
7+
|strslice\_to\_ifslice.go|convert\_string\_slice\_to\_interface\_slice|[]string から []interface{} への変換についてのサンプルです.|
8+
|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

Comments
 (0)