Skip to content

Commit

Permalink
buh from forked
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsv committed Nov 2, 2022
1 parent 4226c01 commit 7301679
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ import (

// ExampleReverse just for a laugh
func ExampleReverse(s string) string {
_ = buhForked()
return stringutil.Reverse(s)
}

func buhForked() string {
return "buh"
}

0 comments on commit 7301679

Please sign in to comment.