jbrukh / bayesian

Naive Bayesian Classification for Golang.
Other
799 stars 128 forks source link

Fixes leaking file handles. #23

Closed navossoc closed 4 years ago

navossoc commented 7 years ago

You forgot to close the open files.

Cya.

navossoc commented 4 years ago

Hey buddy, to be honest when I created this pull request that commit "Update README.md" didn't exist.

We didn't had go modules at that time and I didn't created a exclusive branch for your pull request, so I kept using your code with my modifications since I thought the PR was never going to be merged.

So, right now, you may want to check the README.md and change somethings back to your repository.