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

This commit is contained in:
Aaron Berns 2019-09-10 08:50:07 -04:00
parent 4d4a5d3b38
commit b837236bd5
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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