# 11.03-問題

* 為何要使用 packages？
* 開頭使用大小寫字母的識別碼差異？（如 `Average` 與 `average`）
* 何為 package 的別名？如何產生一個別名呢？
* 我們將第七章的 average 函式複製到我們的 package，建立 `Min` 與 `Max` 函式，在一個 `float64` 型別的 slice 中找出最小值與最大值。
* 如何幫 #3 中建立的函式產生文件？


---

# 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://go.netdpi.net/11-packages/11.03-wen-ti.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.
