From 184dd45dbcd9350b2556442d129120bf31e60cb1 Mon Sep 17 00:00:00 2001 From: stephenmk Date: Sat, 28 Jan 2023 18:17:06 -0600 Subject: [PATCH] Use snake_case in filenames --- jmdictConstants.go => jmdict_constants.go | 0 jmdictForms.go => jmdict_forms.go | 0 jmdictGlossary.go => jmdict_glossary.go | 0 jmdictHeadword.go => jmdict_headword.go | 0 jmdictMetadata.go => jmdict_metadata.go | 0 jmdictReferences.go => jmdict_references.go | 0 jmdictTags.go => jmdict_tags.go | 0 structuredContent.go => structured_content.go | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename jmdictConstants.go => jmdict_constants.go (100%) rename jmdictForms.go => jmdict_forms.go (100%) rename jmdictGlossary.go => jmdict_glossary.go (100%) rename jmdictHeadword.go => jmdict_headword.go (100%) rename jmdictMetadata.go => jmdict_metadata.go (100%) rename jmdictReferences.go => jmdict_references.go (100%) rename jmdictTags.go => jmdict_tags.go (100%) rename structuredContent.go => structured_content.go (100%) diff --git a/jmdictConstants.go b/jmdict_constants.go similarity index 100% rename from jmdictConstants.go rename to jmdict_constants.go diff --git a/jmdictForms.go b/jmdict_forms.go similarity index 100% rename from jmdictForms.go rename to jmdict_forms.go diff --git a/jmdictGlossary.go b/jmdict_glossary.go similarity index 100% rename from jmdictGlossary.go rename to jmdict_glossary.go diff --git a/jmdictHeadword.go b/jmdict_headword.go similarity index 100% rename from jmdictHeadword.go rename to jmdict_headword.go diff --git a/jmdictMetadata.go b/jmdict_metadata.go similarity index 100% rename from jmdictMetadata.go rename to jmdict_metadata.go diff --git a/jmdictReferences.go b/jmdict_references.go similarity index 100% rename from jmdictReferences.go rename to jmdict_references.go diff --git a/jmdictTags.go b/jmdict_tags.go similarity index 100% rename from jmdictTags.go rename to jmdict_tags.go diff --git a/structuredContent.go b/structured_content.go similarity index 100% rename from structuredContent.go rename to structured_content.go