From 8d9ebd32141b90d1955a322973624fe164ab6e23 Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Fri, 23 Aug 2024 22:20:14 -0500 Subject: [PATCH] Credit in readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9987fcf..bf98c35 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,8 @@ BenchmarkGithub/Len7-Params1-32 22188592 47.25 ns/op 32 B/o BenchmarkGithub/Len7-Params1-NoAlloc-32 100000000 11.29 ns/op 0 B/op 0 allocs/op BenchmarkGithub/Len7-Params3-32 10181496 111.3 ns/op 96 B/op 2 allocs/op BenchmarkGithub/Len7-Params3-NoAlloc-32 46369563 25.54 ns/op 0 B/op 0 allocs/op -``` \ No newline at end of file +``` + +## Credit + +All of the code here is built by [Eduard Urbach](https://git.akyoto.dev/go/router). \ No newline at end of file