Skip to content

Commit 1b87136

Browse files
committed
Add README.md
1 parent a47764b commit 1b87136

File tree

1 file changed

+8
-0
lines changed
  • examples/basic/variables/function_returns_address_of_local_variable

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# サンプルリスト
2+
3+
このディレクトリには以下のサンプルがあります。
4+
5+
|file|example name|note|
6+
|----|------------|----|
7+
|function\_returns\_address\_of\_local\_variable.go|function\_returns\_address\_of\_local\_variable|Goでは関数がローカル変数のアドレスを返すのは全く問題ないことを示すサンプルです.|
8+

0 commit comments

Comments
 (0)