firecracker-microvm / firecracker-go-sdk

An SDK in Go for the Firecracker microVM API
Apache License 2.0
466 stars 123 forks source link

Improve code readability for beginners by adding comments to clarify complex logic on package main #539

Open sagoresarker opened 3 months ago

sagoresarker commented 3 months ago

This commit enhances the readability of the main function by adding comments to explain each line of code. These comments provide clarity and guidance for beginners, helping them understand the purpose and functionality of each step in setting up the environment for managing Firecracker microVM snapshots.

Issue #, if available:

  1. Difficult for beginners to comprehend

Description of changes:

  1. Add comments for improved code readability in package main

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.