Here is a quick snippet which shows how to add AES-256, AES-192, or AES-128 GCM encryption to your Golang applications. I needed this for a microservice so I searched around and found this code which really helped me understand...