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.
1 parent 7040b88 commit cae0c50Copy full SHA for cae0c50
internal/examples/basic/structs/README.md
@@ -13,4 +13,4 @@
13
|struct\_deepequal.go|struct\_deep\_equal|構造体に対して reflect.DeepEqual() した場合のサンプルです.|
14
|struct\_blank\_identifier.go|struct\_blank\_identifier|構造体定義時に blank identifier を意図的に用意して初期化時にフィールド名の指定を必須にするやり方のサンプルです.|
15
|struct\_same\_method|struct\_same\_method\_on\_each\_type.go|レシーバの型が異なる同名メソッド定義のサンプルです|
16
-
+|struct\_memory\_padding.go|struct\_memory\_padding|構造体メンバーの定義順によってGoランタイムがメモリ上にパディングを挿入することを確認するサンプルです|
0 commit comments