Closed DachiChang closed 4 months ago
Since go.mod and go.sum are files generated by go, there is no point in including them in the github repository, so go.mod and go.sum are listed in the .gitignore file
okay, I saw many opensource project have it in repo due to module dependencies fixed. for this project, I can't run it directly. but it's fine.
Hi,
You forget to push go.mod, go.sum like below.