From 5c51067b594b61c3d0dcd7f9e2a9db67f4a1cf2d Mon Sep 17 00:00:00 2001 From: Niklas Fasching Date: Wed, 26 Dec 2018 16:11:40 +0100 Subject: [PATCH] Rename files containing org and htm writer The naming `org.go` is confusing as it's not the main class of the org package --- org/{html.go => html_writer.go} | 0 org/{html_test.go => html_writer_test.go} | 0 org/{org.go => org_writer.go} | 0 org/{org_test.go => org_writer_test.go} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename org/{html.go => html_writer.go} (100%) rename org/{html_test.go => html_writer_test.go} (100%) rename org/{org.go => org_writer.go} (100%) rename org/{org_test.go => org_writer_test.go} (100%) diff --git a/org/html.go b/org/html_writer.go similarity index 100% rename from org/html.go rename to org/html_writer.go diff --git a/org/html_test.go b/org/html_writer_test.go similarity index 100% rename from org/html_test.go rename to org/html_writer_test.go diff --git a/org/org.go b/org/org_writer.go similarity index 100% rename from org/org.go rename to org/org_writer.go diff --git a/org/org_test.go b/org/org_writer_test.go similarity index 100% rename from org/org_test.go rename to org/org_writer_test.go