From 8437884ebeadf7d4f442074912523d1f1b995fbf Mon Sep 17 00:00:00 2001 From: black-desk Date: Fri, 20 Oct 2023 01:18:08 +0800 Subject: [PATCH] chore: rename constructor file to new.go Signed-off-by: black-desk --- internal/cgmon/{monitor.go => new.go} | 0 internal/fswatcher/{watcher.go => new.go} | 0 pkg/cgtproxy/{core.go => new.go} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename internal/cgmon/{monitor.go => new.go} (100%) rename internal/fswatcher/{watcher.go => new.go} (100%) rename pkg/cgtproxy/{core.go => new.go} (100%) diff --git a/internal/cgmon/monitor.go b/internal/cgmon/new.go similarity index 100% rename from internal/cgmon/monitor.go rename to internal/cgmon/new.go diff --git a/internal/fswatcher/watcher.go b/internal/fswatcher/new.go similarity index 100% rename from internal/fswatcher/watcher.go rename to internal/fswatcher/new.go diff --git a/pkg/cgtproxy/core.go b/pkg/cgtproxy/new.go similarity index 100% rename from pkg/cgtproxy/core.go rename to pkg/cgtproxy/new.go