We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e335a25 commit 98ac42aCopy full SHA for 98ac42a
README.md
@@ -1,6 +1,6 @@
1
# dataloadgen
2
3
-[godoc](https://pkg.go.dev/github.com/vikstrous/dataloadgen)
+[](https://pkg.go.dev/github.com/vikstrous/dataloadgen)
4
5
`dataloadgen` is an implementation of a pattern popularized by [Facebook's Dataloader](https://github.com/graphql/dataloader).
6
@@ -78,4 +78,4 @@ BenchmarkDataloadgen/10_concurently-8 17260 65339 ns/op
78
BenchmarkDataloadgen/all_in_one_request-8 10000 978196 ns/op 573651 B/op 8 allocs/op
79
```
80
81
-To run the benchmarks, run `go test -bench=. . -benchmem` from the benchmark directory.
+To run the benchmarks, run `go test -bench=. . -benchmem` from the benchmark directory.
0 commit comments