mkideal / cli

CLI - A package for building command line app with go
MIT License
730 stars 43 forks source link

Reader read from url #34

Closed suntong closed 6 years ago

suntong commented 7 years ago

As commented at https://github.com/mkideal/cli/commit/60d614b67866ef34b1e614027463fa01ec41abe8#commitcomment-23317443

Would something like that will make Reader to read from http url? Thx.

suntong commented 7 years ago

Hi @mkideal @wangshijin,

It's been a while, have you get around to take a look at this yet?

It's a pretty harmless patch that consists of only few lines, and it is not introducing any extra packages as the cli is already using the net/http packages.

mkideal commented 6 years ago

add http/https support for Reader