Closed mattn closed 9 years ago
Thank you, I haven't thought about the windows support. I would rather not add a dependency to a library, since the tool doesn't have any other dependencies right now. Do you think it would be possible to add this functionality without adding a dependency? If not I guess it would be ok to add the dependency. But I think we will remove the line in the Makefile and add a paragraph in the README about the dependency instead. Go get will install the dependency anyway. What do you think about this?
If you think matter of confliction or vendoring or any another problems for third-party library, you should use godep and include libs in your repository. But your wiki command is possible to install with go get github.com/walle/wiki/cmd/wiki
. This installation do go-get of go-colorble. So I don't think this is such a serious issue.
Yes, you are right. I have merged this now.