summaryrefslogtreecommitdiff
path: root/common/filename.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/filename.go')
-rw-r--r--common/filename.go7
1 files changed, 0 insertions, 7 deletions
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)
-}