0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-28 22:52:30 +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 *.old
*.log *.log
!src/collectors/log2journal/tests.d/*.log !src/collectors/log2journal/tests.d/*.log
!src/go/collectors/**/*.log !src/go/**/*.log
*.pyc *.pyc
netdata.spec netdata.spec

View file

@ -23,7 +23,7 @@ import (
"go.uber.org/automaxprocs/maxprocs" "go.uber.org/automaxprocs/maxprocs"
"golang.org/x/net/http/httpproxy" "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 ( var (

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