Rename the project to fejkdata and record the fork source
Tests / vet + fmt + tests (pull_request) Failing after 6s

This commit is contained in:
2026-09-01 20:24:03 +02:00
parent 64a0d29496
commit 05dc042e49
23 changed files with 136 additions and 134 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
package fakes
package fejkdata
import (
"os"
@@ -6,7 +6,7 @@ import (
"testing"
)
func benchFaker(b *testing.B, dir string) *Fakes {
func benchFaker(b *testing.B, dir string) *Fejkdata {
b.Helper()
f, err := New([]string{dir}, WithSeed(1))
if err != nil {