nixpacks 0.0.13

Generate an OCI compliant image based off app source
Documentation
# Golang Support

Go is detected if a `main.go` file is found.

**Install**:

If a `go.mod` file is found

```
go get
```

**Build**

```
go build -o out
```

**Start**

```
./out
```