From e8e5e0cdfe63753f3fbd4fd538e7655e66686e76 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sat, 6 Jan 2018 17:44:01 -0500 Subject: [PATCH] move a .attic to _attic --- x/{.attic => _attic}/eyes/_gen.go | 0 x/{.attic => _attic}/eyes/commands/query.go | 0 x/{.attic => _attic}/eyes/commands/tx.go | 0 x/{.attic => _attic}/eyes/errors.go | 0 x/{.attic => _attic}/eyes/eyestxinner_wrapper.go | 0 x/{.attic => _attic}/eyes/handler.go | 0 x/{.attic => _attic}/eyes/handler_test.go | 0 x/{.attic => _attic}/eyes/store.go | 0 x/{.attic => _attic}/eyes/tx.go | 0 x/{.attic => _attic}/fee/commands/wrap.go | 0 x/{.attic => _attic}/fee/error_test.go | 0 x/{.attic => _attic}/fee/errors.go | 0 x/{.attic => _attic}/fee/handler.go | 0 x/{.attic => _attic}/fee/handler_test.go | 0 x/{.attic => _attic}/fee/tx.go | 0 x/{.attic => _attic}/logger/logger.go | 0 x/{.attic => _attic}/nonce/commands/query.go | 0 x/{.attic => _attic}/nonce/commands/wrap.go | 0 x/{.attic => _attic}/nonce/errors.go | 0 x/{.attic => _attic}/nonce/replaycheck.go | 0 x/{.attic => _attic}/nonce/rest/handlers.go | 0 x/{.attic => _attic}/nonce/store.go | 0 x/{.attic => _attic}/nonce/tx.go | 0 x/{.attic => _attic}/nonce/tx_test.go | 0 x/{.attic => _attic}/recover/recovery.go | 0 x/{.attic => _attic}/recover/recovery_test.go | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename x/{.attic => _attic}/eyes/_gen.go (100%) rename x/{.attic => _attic}/eyes/commands/query.go (100%) rename x/{.attic => _attic}/eyes/commands/tx.go (100%) rename x/{.attic => _attic}/eyes/errors.go (100%) rename x/{.attic => _attic}/eyes/eyestxinner_wrapper.go (100%) rename x/{.attic => _attic}/eyes/handler.go (100%) rename x/{.attic => _attic}/eyes/handler_test.go (100%) rename x/{.attic => _attic}/eyes/store.go (100%) rename x/{.attic => _attic}/eyes/tx.go (100%) rename x/{.attic => _attic}/fee/commands/wrap.go (100%) rename x/{.attic => _attic}/fee/error_test.go (100%) rename x/{.attic => _attic}/fee/errors.go (100%) rename x/{.attic => _attic}/fee/handler.go (100%) rename x/{.attic => _attic}/fee/handler_test.go (100%) rename x/{.attic => _attic}/fee/tx.go (100%) rename x/{.attic => _attic}/logger/logger.go (100%) rename x/{.attic => _attic}/nonce/commands/query.go (100%) rename x/{.attic => _attic}/nonce/commands/wrap.go (100%) rename x/{.attic => _attic}/nonce/errors.go (100%) rename x/{.attic => _attic}/nonce/replaycheck.go (100%) rename x/{.attic => _attic}/nonce/rest/handlers.go (100%) rename x/{.attic => _attic}/nonce/store.go (100%) rename x/{.attic => _attic}/nonce/tx.go (100%) rename x/{.attic => _attic}/nonce/tx_test.go (100%) rename x/{.attic => _attic}/recover/recovery.go (100%) rename x/{.attic => _attic}/recover/recovery_test.go (100%) diff --git a/x/.attic/eyes/_gen.go b/x/_attic/eyes/_gen.go similarity index 100% rename from x/.attic/eyes/_gen.go rename to x/_attic/eyes/_gen.go diff --git a/x/.attic/eyes/commands/query.go b/x/_attic/eyes/commands/query.go similarity index 100% rename from x/.attic/eyes/commands/query.go rename to x/_attic/eyes/commands/query.go diff --git a/x/.attic/eyes/commands/tx.go b/x/_attic/eyes/commands/tx.go similarity index 100% rename from x/.attic/eyes/commands/tx.go rename to x/_attic/eyes/commands/tx.go diff --git a/x/.attic/eyes/errors.go b/x/_attic/eyes/errors.go similarity index 100% rename from x/.attic/eyes/errors.go rename to x/_attic/eyes/errors.go diff --git a/x/.attic/eyes/eyestxinner_wrapper.go b/x/_attic/eyes/eyestxinner_wrapper.go similarity index 100% rename from x/.attic/eyes/eyestxinner_wrapper.go rename to x/_attic/eyes/eyestxinner_wrapper.go diff --git a/x/.attic/eyes/handler.go b/x/_attic/eyes/handler.go similarity index 100% rename from x/.attic/eyes/handler.go rename to x/_attic/eyes/handler.go diff --git a/x/.attic/eyes/handler_test.go b/x/_attic/eyes/handler_test.go similarity index 100% rename from x/.attic/eyes/handler_test.go rename to x/_attic/eyes/handler_test.go diff --git a/x/.attic/eyes/store.go b/x/_attic/eyes/store.go similarity index 100% rename from x/.attic/eyes/store.go rename to x/_attic/eyes/store.go diff --git a/x/.attic/eyes/tx.go b/x/_attic/eyes/tx.go similarity index 100% rename from x/.attic/eyes/tx.go rename to x/_attic/eyes/tx.go diff --git a/x/.attic/fee/commands/wrap.go b/x/_attic/fee/commands/wrap.go similarity index 100% rename from x/.attic/fee/commands/wrap.go rename to x/_attic/fee/commands/wrap.go diff --git a/x/.attic/fee/error_test.go b/x/_attic/fee/error_test.go similarity index 100% rename from x/.attic/fee/error_test.go rename to x/_attic/fee/error_test.go diff --git a/x/.attic/fee/errors.go b/x/_attic/fee/errors.go similarity index 100% rename from x/.attic/fee/errors.go rename to x/_attic/fee/errors.go diff --git a/x/.attic/fee/handler.go b/x/_attic/fee/handler.go similarity index 100% rename from x/.attic/fee/handler.go rename to x/_attic/fee/handler.go diff --git a/x/.attic/fee/handler_test.go b/x/_attic/fee/handler_test.go similarity index 100% rename from x/.attic/fee/handler_test.go rename to x/_attic/fee/handler_test.go diff --git a/x/.attic/fee/tx.go b/x/_attic/fee/tx.go similarity index 100% rename from x/.attic/fee/tx.go rename to x/_attic/fee/tx.go diff --git a/x/.attic/logger/logger.go b/x/_attic/logger/logger.go similarity index 100% rename from x/.attic/logger/logger.go rename to x/_attic/logger/logger.go diff --git a/x/.attic/nonce/commands/query.go b/x/_attic/nonce/commands/query.go similarity index 100% rename from x/.attic/nonce/commands/query.go rename to x/_attic/nonce/commands/query.go diff --git a/x/.attic/nonce/commands/wrap.go b/x/_attic/nonce/commands/wrap.go similarity index 100% rename from x/.attic/nonce/commands/wrap.go rename to x/_attic/nonce/commands/wrap.go diff --git a/x/.attic/nonce/errors.go b/x/_attic/nonce/errors.go similarity index 100% rename from x/.attic/nonce/errors.go rename to x/_attic/nonce/errors.go diff --git a/x/.attic/nonce/replaycheck.go b/x/_attic/nonce/replaycheck.go similarity index 100% rename from x/.attic/nonce/replaycheck.go rename to x/_attic/nonce/replaycheck.go diff --git a/x/.attic/nonce/rest/handlers.go b/x/_attic/nonce/rest/handlers.go similarity index 100% rename from x/.attic/nonce/rest/handlers.go rename to x/_attic/nonce/rest/handlers.go diff --git a/x/.attic/nonce/store.go b/x/_attic/nonce/store.go similarity index 100% rename from x/.attic/nonce/store.go rename to x/_attic/nonce/store.go diff --git a/x/.attic/nonce/tx.go b/x/_attic/nonce/tx.go similarity index 100% rename from x/.attic/nonce/tx.go rename to x/_attic/nonce/tx.go diff --git a/x/.attic/nonce/tx_test.go b/x/_attic/nonce/tx_test.go similarity index 100% rename from x/.attic/nonce/tx_test.go rename to x/_attic/nonce/tx_test.go diff --git a/x/.attic/recover/recovery.go b/x/_attic/recover/recovery.go similarity index 100% rename from x/.attic/recover/recovery.go rename to x/_attic/recover/recovery.go diff --git a/x/.attic/recover/recovery_test.go b/x/_attic/recover/recovery_test.go similarity index 100% rename from x/.attic/recover/recovery_test.go rename to x/_attic/recover/recovery_test.go