From 5f1bdbd3727c77ccaa69d0e6d2566c2711c89548 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Mon, 1 Sep 2025 20:54:51 +0200 Subject: [PATCH] rename module --- go.mod | 2 +- readme.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 45a51a7..02c8348 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/expectedsh/go-sonic +module git.travisshears.com/travisshears/go-sonic go 1.14 diff --git a/readme.md b/readme.md index 7553eaf..5489339 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,7 @@ +Fork of https://github.com/expected-archives/go-sonic/tree/master# + +--- + [![GoDoc](https://godoc.org/github.com/expectedsh/go-sonic/sonic?status.svg)](https://godoc.org/github.com/expectedsh/go-sonic/sonic) [![GoLint](https://img.shields.io/badge/golint-ok-green.svg)](https://go-lint.appspot.com/github.com/expectedsh/go-sonic/sonic) ## Go client for the sonic search backend @@ -62,7 +66,7 @@ BenchmarkIngesterChannel_Push-8 1 1023322864 ns/op PASS ``` -Bulk push is faster than for loop on Push. +Bulk push is faster than for loop on Push. Hardware detail: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz ### Thread Safety