github.com/Ptt-official-app/go-bbs@v0.12.0/README.md (about) 1 # BBS Library 2 [](https://godoc.org/github.com/Ptt-official-app/go-bbs) 3 4 5 這個專案是提供 Golang 開發者存取現有在台灣的 BBS 資料結構的函式庫。 6 7 目前主要支援的 BBS 結構以 pttbbs(CurrentPTT/OpenPTT) 為主 8 9 未來可能會支援 FormosaBBS 10 11 ## 目前支援的檔案 12 13 目前 pttbbs 支援的檔案請見[此處](https://github.com/Ptt-official-app/go-bbs/issues/16) 14 15 ## 給開發者的資訊 16 17 [請點此](./FOR_DEVELOPERS.md) 18 19 ## 測試方式 20 21 ``` 22 go test 23 ``` 24 25 這樣。 26 27 ## 專有名詞部分 28 29 有些名詞因為太常出現,可能會考慮直接在程式碼裡面以縮寫表示而不寫出全名: 30 31 * BM: Board Moderator 版主的意思 32 33 ## 授權 34 35 [Apache 2.0](LICENSE)