Results 4 issues of Darlzan

For the columns as follow in MySql : ``` `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, ``` the reverse tool will generate...

supports to build multi-line rich text (or say multi-segment rich text in a single post) by using NewLine() method, instead of using `\n` in a TextTag to start a new...

Currently I found it seems do not support multi-lines message when I'm using the `PostNotificationV2` method. Am I missing something? Will it be supported? Thanks.

Hi. My environment is macOS 10.13.4,when I try to run BenchmarkSet, it panic like this: ``` ~/work/src/github.com/dgraph-io/badger-bench(master) » go test -run BenchmarkSet -v -bench . panic: runtime error: invalid memory...