# GO optimization pack

The Go optimization pack provides support for optimizing Go applications.

## Component Types

The following component types are supported for Go applications.

| Component Type                                                                           | Description          |
| ---------------------------------------------------------------------------------------- | -------------------- |
| [Go 1](https://docs.akamas.io/akamas-docs/3.6/reference/optimization-packs/go-pack/go-1) | The Golang runtime 1 |

## Installing

Here’s the command to install the Go optimization pack using the Akamas CLI:

```bash
akamas install optimization-pack Go
```
