From b1cefc746907e3a07c904748fea94e8117bfb93c Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Thu, 11 May 2023 14:32:01 +0100 Subject: [PATCH] Rename "dice" to "tcg" Rename the source files for the TCG DICE extension in preparation to adding non-TCG related stuff. Signed-off-by: Sergei Trofimov --- dice.go => tcg.go | 0 dice_test.go => tcg_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename dice.go => tcg.go (100%) rename dice_test.go => tcg_test.go (100%) diff --git a/dice.go b/tcg.go similarity index 100% rename from dice.go rename to tcg.go diff --git a/dice_test.go b/tcg_test.go similarity index 100% rename from dice_test.go rename to tcg_test.go