techarm.dev のブログ記事で紹介しているサンプルコード集です。
| フォルダ | 記事 | 技術 |
|---|---|---|
| go-web-standard-library | Go 標準ライブラリだけで Web サーバーを作る | Go, net/http |
| go-api-standard-library | Go 標準ライブラリだけで REST API を作る | Go, encoding/json, httptest |
各フォルダに移動して、README の手順に従ってください。
# 例: Go Web標準ライブラリのサンプル
cd go-web-standard-library
go run main.goMIT License - 自由にお使いください。