Skip to content

Commit 3b36177

Browse files
committed
Update example
1 parent 64c1eca commit 3b36177

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/examples/basic/slices/slice_pointer.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ package slices
33
import "fmt"
44

55
// Pointer は、スライスの ポインタ 利用時についてのサンプルです.
6+
//
7+
// REFERENCES:
8+
// - https://dave.cheney.net/2018/07/12/slices-from-the-ground-up
69
func Pointer() error {
710
// ----------------------------------------------------------------
811
// スライスのポインタ利用について

0 commit comments

Comments
 (0)