From 86e79cd5bdcd1925d0861e7efd5fc6b98cc0ed1d Mon Sep 17 00:00:00 2001 From: fattalion Date: Thu, 11 Aug 2022 20:28:16 +0000 Subject: [PATCH] Use shorter file names From looking around standard library packages, I see that filenames are typically single words only (save for the `_test` prefix and OS/arch-specific files), so let's follow that style here. git-svn-id: file:///srv/svn/repo/mai/trunk@4 e410bdd4-646f-c54f-a7ce-fffcc4f439ae --- translation_engine.go => engine.go | 0 google_translate_engine.go => google.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename translation_engine.go => engine.go (100%) rename google_translate_engine.go => google.go (100%) diff --git a/translation_engine.go b/engine.go similarity index 100% rename from translation_engine.go rename to engine.go diff --git a/google_translate_engine.go b/google.go similarity index 100% rename from google_translate_engine.go rename to google.go