From 7fd817f6d1ead3de85294c1893a6e1572a1d12e3 Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 7 Jul 2023 00:34:55 +0800 Subject: Refactor: move file operations into single package. --- common/filename.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 common/filename.go (limited to 'common/filename.go') diff --git a/common/filename.go b/common/filename.go deleted file mode 100644 index aedd377..0000000 --- a/common/filename.go +++ /dev/null @@ -1,7 +0,0 @@ -package common - -import "fmt" - -func CombineFileName(base string, ext string) string { - return fmt.Sprintf("%s.%s", base, ext) -} -- cgit v1.2.3