0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 17:48:37 +00:00

chore(go.d.plugin): renames ()

This commit is contained in:
Ilya Mashchenko 2024-11-25 20:27:32 +02:00 committed by GitHub
parent f3ac2fea1a
commit 1488c3ed6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2229 changed files with 174 additions and 174 deletions

2
.gitignore vendored
View file

@ -19,7 +19,7 @@ Makefile.in
*.old
*.log
!src/collectors/log2journal/tests.d/*.log
!src/go/collectors/**/*.log
!src/go/**/*.log
*.pyc
netdata.spec

View file

@ -23,7 +23,7 @@ import (
"go.uber.org/automaxprocs/maxprocs"
"golang.org/x/net/http/httpproxy"
_ "github.com/netdata/netdata/go/plugins/plugin/go.d/modules"
_ "github.com/netdata/netdata/go/plugins/plugin/go.d/collector"
)
var (

Some files were not shown because too many files have changed in this diff Show more