Skip to content

v1.2.1

Compare
Choose a tag to compare
@dvdme dvdme released this 03 Dec 18:12
· 10 commits to master since this release
2f5ef20
  • There were too much log.info messages being written as messages were being produced everytime a query was requested. This produces too much log text for a production run log.info call removed were replaced with log.debug so they will still appear if --verbose is passed

  • Run automatic formatting with go fmt. This is useful so future commits and pull request won't be more polluted than needed by reformatting code