aboutsummaryrefslogtreecommitdiff
path: root/build.go
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2024-02-27 13:05:19 +0100
committerGitHub <noreply@github.com>2024-02-27 13:05:19 +0100
commit07a9fa2dbd60cdd2ee7f1a74324476547c65f76c (patch)
treeaeb72d3155725f1dc68f7bf86f4fa0aacdca342d /build.go
parentaa559bf49615e375b749c735afd97cb6a7fb6698 (diff)
downloadsyncthing-07a9fa2dbd60cdd2ee7f1a74324476547c65f76c.tar.gz
syncthing-07a9fa2dbd60cdd2ee7f1a74324476547c65f76c.zip
all: Use own automaxprocs package that doesn't log (ref #9436) (#9437)v1.27.4-rc.2v1.27.4
### Purpose 🤫
Diffstat (limited to 'build.go')
-rw-r--r--build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.go b/build.go
index 18957bfc7..7595483a2 100644
--- a/build.go
+++ b/build.go
@@ -33,8 +33,8 @@ import (
"text/template"
"time"
+ _ "github.com/syncthing/syncthing/lib/automaxprocs"
buildpkg "github.com/syncthing/syncthing/lib/build"
- _ "go.uber.org/automaxprocs"
)
var (