Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generating directory index in Markdown #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mstgnz
Copy link

@mstgnz mstgnz commented Jan 12, 2024

Description:

This pull request aims to refactor the README file of the educational repository written in the Go programming language. Currently, the README file is empty and contains nested directories extensively. To address this, I have added a program written in Go.

Changes Made:

  • Added a new Go file named index.go.
  • The program traverses the nested directories in the project to create an INDEX.md file.
  • The generated INDEX.md presents the directory structure of the project in a more understandable manner.

same this #72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant