# Go [The Go Programming Language](https://go.dev/) ## Installing 各プラットフォーム向けのインストーラがある。 [All releases - The Go Programming Language](https://go.dev/dl/) ## Style Guide - [styleguide | Style guides for Google-originated open-source projects](https://google.github.io/styleguide/go/guide) - [Effective Go - The Go Programming Language](https://go.dev/doc/effective_go) - [他言語プログラマが最低限、気にすべきGoのネーミングルール](https://zenn.dev/keitakn/articles/go-naming-rules) ## Database ### Extensions - [GitHub - go-sql-driver/mysql: Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package](https://github.com/go-sql-driver/mysql) - [GitHub - jmoiron/sqlx: general purpose extensions to golang's database/sql](https://github.com/jmoiron/sqlx) ### ORM - [[Bun]] ## Code generator - [[xo]] ## API - [[AWS Lambda Go API Proxy]] -