skydive icon indicating copy to clipboard operation
skydive copied to clipboard

go.sum is present in the repo and in .gitignore

Open adrianlzt opened this issue 4 years ago • 1 comments

This commit added go.sum to the .gitignore file (2021/2/1). @hunchback error?

The go.sum file was deleted here by @lebauce (2019/11/12) and added back here by @amorenoz (2021/07/15).

So, with or without?

adrianlzt avatar Aug 06 '21 09:08 adrianlzt

Theoretically, go.sum should be part of this repository but I still having troubles understanding why the content differs from one machine to an other, causing the go-fmt test to fail so I ended up removing it. Now that Go modules are a bit more stable, we should probably add it back

lebauce avatar Aug 14 '21 10:08 lebauce

This is now fixed. go.sum is tracked by Git and removed from .gitignore

lebauce avatar Apr 03 '24 07:04 lebauce