Added Server interface

This commit is contained in:
Eduard Urbach 2024-03-14 12:52:03 +01:00
parent 5653479928
commit 00c85d5e15
Signed by: eduard
GPG key ID: 49226B848C78F6C8
6 changed files with 135 additions and 67 deletions

View file

@ -50,8 +50,11 @@ coverage: 100.0% of statements
## Benchmarks
```
BenchmarkHello-12 35983602 33.28 ns/op 0 B/op 0 allocs/op
BenchmarkGitHub-12 18320769 68.66 ns/op 0 B/op 0 allocs/op
BenchmarkStatic/#00-12 33616044 33.82 ns/op 0 B/op 0 allocs/op
BenchmarkStatic/hello-12 26220148 43.75 ns/op 0 B/op 0 allocs/op
BenchmarkStatic/hello/world-12 19777713 58.89 ns/op 0 B/op 0 allocs/op
BenchmarkGitHub/gists/:id-12 20842587 56.36 ns/op 0 B/op 0 allocs/op
BenchmarkGitHub/repos/:a/:b-12 17875575 65.04 ns/op 0 B/op 0 allocs/op
```
## License