# 8. golang 编译器 - Inline

- [8.1 简介](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.1-jian-jie.md)
- [8.2 Inline的问题](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.2-inline-de-wen-ti.md)
- [8.3 代码结构](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.3-dai-ma-jie-gou.md)
- [8.4 处理逻辑](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.4-chu-li-luo-ji.md)
- [8.4.1 遍历调用链](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.4.1-bian-li-tiao-yong-lian.md)
- [8.4.2 内联判断](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.4.2-nei-lian-pan-duan.md)
- [8.4.3 内联操作](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.4.3-nei-lian-cao-zuo.md)
- [8.4.4 编译日志](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.4.4-bian-yi-ri-zhi.md)
- [8.4.5 Unit Test](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.4.5-unit-test.md)
- [8.4.6 总结](https://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline/8.4.6-zong-jie.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://gocompiler.shizhz.me/8.-golang-bian-yi-qi-inline.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.
