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 64c1eca commit 3b36177Copy full SHA for 3b36177
internal/examples/basic/slices/slice_pointer.go
@@ -3,6 +3,9 @@ package slices
3
import "fmt"
4
5
// Pointer は、スライスの ポインタ 利用時についてのサンプルです.
6
+//
7
+// REFERENCES:
8
+// - https://dave.cheney.net/2018/07/12/slices-from-the-ground-up
9
func Pointer() error {
10
// ----------------------------------------------------------------
11
// スライスのポインタ利用について
0 commit comments