fix import url in README and add flag_generated.go to list of ingored files

main
Aaron Berns 5 years ago
parent 4d4a5d3b38
commit b837236bd5

3
.gitignore vendored

@ -1,3 +1,4 @@
*.coverprofile
node_modules/
vendor
vendor
flag_generated.go

@ -579,7 +579,7 @@ import (
"os"
"strings"
"../cli"
"github.com/urfave/cli"
)
func main() {

Loading…
Cancel
Save