dl icon indicating copy to clipboard operation
dl copied to clipboard

🍗 a concurrent http file downloader

Results 1 dl issues
Sort by recently updated
recently updated
newest added

``` # github.com/ejunjsh/dl ../go/src/github.com/ejunjsh/dl/main.go:25:22: cannot use cli.StringSliceFlag literal (type cli.StringSliceFlag) as type cli.Flag in slice literal: cli.StringSliceFlag does not implement cli.Flag (Apply method has pointer receiver) ../go/src/github.com/ejunjsh/dl/main.go:41:17: cannot range over...