Describe the bug
The go.mod file in the tag v0.0.1 is incorrect and still contains my GitHub handle for the Go repository.
To Reproduce
Steps to reproduce the behavior:
- Go to 'tag v0.0.1'
- Click on 'go.mod'
- See the first line
Expected behavior
The first line should be module github.com/TheAlgorithms/Go instead of module github.com/tjgurwara99/Go
Also the required module has been removed from the code so it can now be deleted.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.