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 ab6e728 commit 64c1ecaCopy full SHA for 64c1eca
internal/examples/basic/array/array_basic.go
@@ -8,6 +8,9 @@ import (
8
)
9
10
// Basic は、Goにおける配列の基本的な使い方についてのサンプルです.
11
+//
12
+// REFERENCES:
13
+// - https://dave.cheney.net/2018/07/12/slices-from-the-ground-up
14
func Basic() error {
15
// サイズが固定化されているものが配列
16
// スライスは配列の一部分を指し示す参照
0 commit comments