diff --git a/baby.txt b/baby.txt new file mode 100644 index 0000000..de1bb75 --- /dev/null +++ b/baby.txt @@ -0,0 +1,4 @@ +Hello Baby + + +bli bla blo \ No newline at end of file diff --git a/example.go b/example.go index ac13780..04fa5fd 100644 --- a/example.go +++ b/example.go @@ -6,5 +6,10 @@ import ( // ExampleReverse just for a laugh func ExampleReverse(s string) string { + _ = buh() return stringutil.Reverse(s) } + +func buh() string { + return "buh" +}