If you follow the example in the README, and it requires the installation of ansi libraries, and you add the following library, you will get an undefined error.
"github.com/bit101/go-ansi"

Therefore, it would be nice to specify in the README to add the following library.
"github.com/k0kubun/go-ansi"
If you follow the example in the README, and it requires the installation of ansi libraries, and you add the following library, you will get an undefined error.

"github.com/bit101/go-ansi"Therefore, it would be nice to specify in the README to add the following library.
"github.com/k0kubun/go-ansi"