From a07335d74d8c88d392c8bd2eb6fa5d1d33715c58 Mon Sep 17 00:00:00 2001 From: Ori Newman Date: Mon, 17 Feb 2020 13:11:24 +0200 Subject: [PATCH] [NOD-737] Remove btc prefix from util file names (#631) --- util/{btcmath.go => math.go} | 0 util/{btcmath_test.go => math_test.go} | 0 util/{btcstrings.go => strings.go} | 0 util/{btcstrings_test.go => strings_test.go} | 0 util/{btcutil.go => util.go} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename util/{btcmath.go => math.go} (100%) rename util/{btcmath_test.go => math_test.go} (100%) rename util/{btcstrings.go => strings.go} (100%) rename util/{btcstrings_test.go => strings_test.go} (100%) rename util/{btcutil.go => util.go} (100%) diff --git a/util/btcmath.go b/util/math.go similarity index 100% rename from util/btcmath.go rename to util/math.go diff --git a/util/btcmath_test.go b/util/math_test.go similarity index 100% rename from util/btcmath_test.go rename to util/math_test.go diff --git a/util/btcstrings.go b/util/strings.go similarity index 100% rename from util/btcstrings.go rename to util/strings.go diff --git a/util/btcstrings_test.go b/util/strings_test.go similarity index 100% rename from util/btcstrings_test.go rename to util/strings_test.go diff --git a/util/btcutil.go b/util/util.go similarity index 100% rename from util/btcutil.go rename to util/util.go