Skip to content

Commit c9f29e6

Browse files
authored
Move everything from config to configparser (#2796)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent 4ae0fc1 commit c9f29e6

File tree

50 files changed

+27
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+27
-27
lines changed

config/config.go renamed to config/configparser/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Package config implements loading of configuration from Viper configuration.
1616
// The implementation relies on registered factories that allow creating
1717
// default configuration for each type of receiver/exporter/processor.
18-
package config
18+
package configparser
1919

2020
import (
2121
"errors"

config/config_test.go renamed to config/configparser/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package config
15+
package configparser
1616

1717
import (
1818
"os"
File renamed without changes.

0 commit comments

Comments
 (0)