-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- this fixes several bugs in getOverlapBytes - removes a few small helper functions - removes several helper function unit tests
- Loading branch information
Showing
2 changed files
with
58 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
06aa2b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in general you should try to remove the debug calls to log, or consider using a logging system with levels like github.com/golang/glog.
06aa2b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah ok t.Logf for unit test logs. I'll try it when I write some new unit tests soon.
OK... I'll open a github issue for improving the logging using glog... here:
#39