GeertJohan / gomatrix

Displays "The Matrix" in a terminal
BSD 2-Clause "Simplified" License
293 stars 68 forks source link

fix: Updated go modules to work with the main repository #14

Closed denisse-dev closed 5 years ago

denisse-dev commented 5 years ago
  1. Why is this change neccesary? Because there was an error with the previous go.mod where .git was added at the end of the repository and go get failed to download the repository.

Screenshot_2019-09-24_12-03-37

  1. How does it address the issue? By regenerating go.mod and go.sum to work correctly.

  2. What side effects does this change have? None!

GeertJohan commented 5 years ago

Thanks :)