Chore: Fix Markdown Syntax Error in Go Documentation #132
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've identified and corrected a minor error in the markdown syntax that was causing formatting issues in your documentation. After making the necessary corrections, I recompiled the documentation to ensure everything is now displaying as intended. For clarity, I've included two images below: the first one illustrates the problem within the document before the fix, and the second one showcases the corrected and properly formatted document after recompilation.
Before fix:
![Screenshot 2024-04-04 at 06 57 39](https://private-user-images.githubusercontent.com/17209891/319448673-618bdee2-0d2a-4d1e-bbf0-6e1ebc28199e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzY0MzcsIm5iZiI6MTczOTEzNjEzNywicGF0aCI6Ii8xNzIwOTg5MS8zMTk0NDg2NzMtNjE4YmRlZTItMGQyYS00ZDFlLWJiZjAtNmUxZWJjMjgxOTllLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIxMjIxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI2NWUzY2Y4YjRiZDhmNDg0Y2Q3ZTVjZTNmNGVhMzM2YzkzNjE4NGNkMzkzMzE5NTllYThmZDBlZWM4ZjcxZDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Fv3v2T4L6oBYPGp1w_8r90guRKIkTMs6sW3zKu5VDDQ)
After fix:
![Screenshot 2024-04-04 at 06 57 44](https://private-user-images.githubusercontent.com/17209891/319448705-4a72fbaa-20ce-4942-99ce-db4fe0582b7f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzY0MzcsIm5iZiI6MTczOTEzNjEzNywicGF0aCI6Ii8xNzIwOTg5MS8zMTk0NDg3MDUtNGE3MmZiYWEtMjBjZS00OTQyLTk5Y2UtZGI0ZmUwNTgyYjdmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIxMjIxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRmYzg5OGZlM2NiYWYyMTZiNzRjNGQ3YjcwNzE3NGM2MDEyZDc1MjU5YmQ4OTAwZjA4NmNhZGFkMDY3MTY3ZTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.C-Vy42VBE4zOZE86megumFFVESD2pUYkPc3TcK9Vjdo)