Skip to content

v0.0.7

Compare
Choose a tag to compare
@david-littlefarmer david-littlefarmer released this 30 Oct 15:05
· 19 commits to master since this release

What's Changed

(Breaking) change

Added option to omit adding of blank line after each log, but i made to be like that by default.
If you want to have again new lines after each log then define NewLineAfterLog as true on devslog options.

opts := &devslog.Options{
	NewLineAfterLog: true,
}

Full Changelog: v0.0.6...v0.0.7