> For the complete documentation index, see [llms.txt](https://gocompiler.shizhz.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gocompiler.shizhz.me/6.-golang-bian-yi-qi-chu-shi-hua-ren-wu/6.6-unit-test.md).

# 6.6 Unit Test

初始化的 UT 可以参考 [IR Tree](/golang-bian-yi-qi-ir-tree/5.6-unit-test.md) 一章, 因为初始化工作本身就需要基于 IR Tree, 所以要调试这段逻辑的话，将如下语句加入到前者 UT 的末尾，然后运行测试用例即可：

```
pkginit.Task()
```
