Skip to content

Commit 64c1eca

Browse files
committed
Update example
1 parent ab6e728 commit 64c1eca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/examples/basic/array/array_basic.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import (
88
)
99

1010
// Basic は、Goにおける配列の基本的な使い方についてのサンプルです.
11+
//
12+
// REFERENCES:
13+
// - https://dave.cheney.net/2018/07/12/slices-from-the-ground-up
1114
func Basic() error {
1215
// サイズが固定化されているものが配列
1316
// スライスは配列の一部分を指し示す参照

0 commit comments

Comments
 (0)