> For the complete documentation index, see [llms.txt](https://go.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://go.netdpi.net/next/14.03-tuan-dui-he-zuo.md).

# 14.03-團隊合作

在現實生活中，多數的軟體專案都是以團隊方式進行的，因此學習如何進行團隊合作是很重要的。若可以找一個朋友（如同學之類）共同合作一個專案，學習如何對一個專案進行分工，讓你們可以同時作業。

另一個選項是參與一個開放原始碼專案，找一個第三方的函式庫，寫一些程式碼（或者是修正一個 bug），並將成果上傳給維護人員。Go 語言有一個正在壯大的社群，可以透過下列的 mailing list 加入：

([http://groups.google.com/group/golang-nuts](https://web.archive.org/web/20200228062209/http://groups.google.com/group/golang-nuts)).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://go.netdpi.net/next/14.03-tuan-dui-he-zuo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
