From 24b075bdeba5457a96965ceb705ffc8d57f03388 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 21 Dec 2019 01:11:29 +0000 Subject: [PATCH] chore(watchblob): Prepare for depot merge --- .gitignore | 1 - README.md => fun/watchblob/README.md | 0 main.go => fun/watchblob/main.go | 0 main_test.go => fun/watchblob/main_test.go | 0 urls.go => fun/watchblob/urls.go | 0 5 files changed, 1 deletion(-) delete mode 100644 .gitignore rename README.md => fun/watchblob/README.md (100%) rename main.go => fun/watchblob/main.go (100%) rename main_test.go => fun/watchblob/main_test.go (100%) rename urls.go => fun/watchblob/urls.go (100%) diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 62c893550..000000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.idea/ \ No newline at end of file diff --git a/README.md b/fun/watchblob/README.md similarity index 100% rename from README.md rename to fun/watchblob/README.md diff --git a/main.go b/fun/watchblob/main.go similarity index 100% rename from main.go rename to fun/watchblob/main.go diff --git a/main_test.go b/fun/watchblob/main_test.go similarity index 100% rename from main_test.go rename to fun/watchblob/main_test.go diff --git a/urls.go b/fun/watchblob/urls.go similarity index 100% rename from urls.go rename to fun/watchblob/urls.go