# unsafe

- [如何利用unsafe包修改私有成员](https://qcrao91.gitbook.io/go/biao-zhun-ku/unsafe/ru-he-li-yong-unsafe-bao-xiu-gai-si-you-cheng-yuan.md)
- [Go指针和unsafe.Pointer有什么区别](https://qcrao91.gitbook.io/go/biao-zhun-ku/unsafe/go-zhi-zhen-he-unsafe.pointer-you-shi-mo-qu-bie.md)
- [如何实现字符串和byte切片的零拷贝转换](https://qcrao91.gitbook.io/go/biao-zhun-ku/unsafe/ru-he-shi-xian-zi-fu-chuan-he-byte-qie-pian-de-ling-kao-bei-zhuan-huan.md)
- [如何利用unsafe获取slice\&map的长度](https://qcrao91.gitbook.io/go/biao-zhun-ku/unsafe/ru-he-li-yong-unsafe-huo-qu-slicemap-de-chang-du.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qcrao91.gitbook.io/go/biao-zhun-ku/unsafe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
