diptag
diptag
I would like to take this up.
In many places path are being joined using `path1 + "/" + path2`. Instead `path/filepath` package's `filepath.Join(path1, path2)` function can be used.
The `logrusorgru/aurora` package is not supported on Windows as it uses ANSI colors. What do you suggest?
`fatih/color` doesn't support windows by itself, we will have to use [mattn/go-colorable](https://github.com/mattn/go-colorable) for that. We can use it with `logrusorgru/aurora` too. And `mattn/go-colorable` does not support underlined or bold text.
Yeah, it supports Windows, my bad. But it only works when we use the color library to print directly to console, not when we use it to pass a colored...
Checking if travis ci build is passes or not