> For the complete documentation index, see [llms.txt](https://denglj.gitbook.io/essential-go/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://denglj.gitbook.io/essential-go/06-pointers.md).

# 06 指针(Pointer)

- [指针基础](https://denglj.gitbook.io/essential-go/06-pointers/basics-of-pointers.md)
- [指针解引用(dereference)](https://denglj.gitbook.io/essential-go/06-pointers/dereferencing-pointers.md)
- [指针方法vs值方法](https://denglj.gitbook.io/essential-go/06-pointers/pointer-vs-value-methods.md)
