Skip to content

Commit cae0c50

Browse files
committed
Update example README
1 parent 7040b88 commit cae0c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/examples/basic/structs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
|struct\_deepequal.go|struct\_deep\_equal|構造体に対して reflect.DeepEqual() した場合のサンプルです.|
1414
|struct\_blank\_identifier.go|struct\_blank\_identifier|構造体定義時に blank identifier を意図的に用意して初期化時にフィールド名の指定を必須にするやり方のサンプルです.|
1515
|struct\_same\_method|struct\_same\_method\_on\_each\_type.go|レシーバの型が異なる同名メソッド定義のサンプルです|
16-
16+
|struct\_memory\_padding.go|struct\_memory\_padding|構造体メンバーの定義順によってGoランタイムがメモリ上にパディングを挿入することを確認するサンプルです|

0 commit comments

Comments
 (0)