#author("2018-09-20T05:11:39+00:00","default:admin","admin") #author("2023-02-14T04:57:00+00:00","default:admin","admin") -[[標準パッケージ:https://golang.org/pkg/]] -[[Goのcontextパッケージを理解する:https://tech.yappli.io/entry/go_context]] *os [#f4c5248d] -ファイル操作 -環境変数 -プロセスの情報 *time [#c79c1601] *math [#mb940f77] *math/rand [#n235f4fa] *flag [#rbeda36e] -コマンドラインオプション処理 *fmt [#s41787f6] -フォーマット処理を含めた入出力処理 *log [#lb0083dd] *strconv [#aed754fc] -Goの基本的なデータ型とstring型の相互変換をサポートする機能 *unicode [#sa52b712] *strings [#p1b323a6] *io [#qd4222dc] *bufio [#i7e20f26] -Goの基本的な入出力処理にバッファ処理を付加した機能をまとめたパッケージ *io/ioutil [#a7358731] *regexp [#w1061244] *json [#v9e557f0] *net/url [#o85eb80a] *net/http [#l5975a11] *sync [#vc69abab] *crypto/* [#uf2ce84a]