Skip to content

Commit

Permalink
update credit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsosunchia committed Dec 20, 2023
1 parent 9536cf3 commit f76c940
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions printer/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ func sponsor() {
italic := "\x1b[3m%s\x1b[0m"
formatted := fmt.Sprintf(italic, "(Listed in no particular order)")

fmt.Fprintf(color.Output, "%s\n%s\n%s\n%s\n%s\n%s\n",
fmt.Fprintf(color.Output, "%s\n%s\n%s\n%s\n%s\n",
color.New(color.FgCyan, color.Bold).Sprintf("%s", "NextTrace Sponsored by"),
color.New(color.FgHiYellow, color.Bold).Sprintf("%s", "· DMIT.io"),
color.New(color.FgHiYellow, color.Bold).Sprintf("%s", "· Misaka.io"),
color.New(color.FgHiYellow, color.Bold).Sprintf("%s", "· Skywolf.cloud"),
color.New(color.FgHiYellow, color.Bold).Sprintf("%s", "· Saltyfish.io"),
color.New(color.FgHiBlack, color.Bold).Sprintf("%s", formatted),
)
Expand Down

0 comments on commit f76c940

Please sign in to comment.