Skip to content

Commit

Permalink
Addd quite options
Browse files Browse the repository at this point in the history
  • Loading branch information
j3ssie committed Aug 29, 2020
1 parent 5f65ee0 commit 55c0c1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://paypal.me/j3ssiejjj']
custom: [ 'https://paypal.me/j3ssiejjj' ]
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ func run(cmd *cobra.Command, args []string) {
Examples()
os.Exit(1)
}

fmt.Fprint(os.Stderr, fmt.Sprintf("Fast web spider written in Go - %v by %v", core.VERSION, core.AUTHOR))
version, _ := cmd.Flags().GetBool("version")
if version {
fmt.Printf("Version: %s\n", core.VERSION)
Expand Down

0 comments on commit 55c0c1e

Please sign in to comment.