Context

In Golang, we also need to consider the context package from grpc.

import (
    "context"
)