From 56a16d36dbb1629c1786bf839d841e04ad8ed3b1 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sun, 26 Jul 2020 18:34:58 +0000 Subject: [PATCH] flip all the files around --- tea/env.go => env.go | 0 tea/env_test.go => env_test.go | 0 std_test.go => examples/std_test.go | 0 tea_test.go => examples/tea_test.go | 0 thing.go => examples/thing.go | 0 tea/fn.go => fn.go | 0 tea/runner.go => runner.go | 0 tea/test.go => test.go | 0 tea/tree.go => tree.go | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename tea/env.go => env.go (100%) rename tea/env_test.go => env_test.go (100%) rename std_test.go => examples/std_test.go (100%) rename tea_test.go => examples/tea_test.go (100%) rename thing.go => examples/thing.go (100%) rename tea/fn.go => fn.go (100%) rename tea/runner.go => runner.go (100%) rename tea/test.go => test.go (100%) rename tea/tree.go => tree.go (100%) diff --git a/tea/env.go b/env.go similarity index 100% rename from tea/env.go rename to env.go diff --git a/tea/env_test.go b/env_test.go similarity index 100% rename from tea/env_test.go rename to env_test.go diff --git a/std_test.go b/examples/std_test.go similarity index 100% rename from std_test.go rename to examples/std_test.go diff --git a/tea_test.go b/examples/tea_test.go similarity index 100% rename from tea_test.go rename to examples/tea_test.go diff --git a/thing.go b/examples/thing.go similarity index 100% rename from thing.go rename to examples/thing.go diff --git a/tea/fn.go b/fn.go similarity index 100% rename from tea/fn.go rename to fn.go diff --git a/tea/runner.go b/runner.go similarity index 100% rename from tea/runner.go rename to runner.go diff --git a/tea/test.go b/test.go similarity index 100% rename from tea/test.go rename to test.go diff --git a/tea/tree.go b/tree.go similarity index 100% rename from tea/tree.go rename to tree.go