sdcoffey / techan

Technical Analysis Library for Golang
https://godoc.org/github.com/sdcoffey/techan
MIT License
840 stars 143 forks source link

go.sum file could be deleted #17

Closed beaquant closed 5 years ago

beaquant commented 5 years ago

go.sum file is generated by golang with go.mod automatically.

sdcoffey commented 5 years ago

@beaquant you're right, it could be deleted, but it's common practice to check this file in, so that vgo can give us reproducible builds!

Check out this section in the vgo docs for more info.