From 08f0be67a7daff7aaba4b99d403753a016c9edf7 Mon Sep 17 00:00:00 2001 From: Samuel El-Borai Date: Thu, 15 Mar 2018 20:47:52 +0100 Subject: [PATCH] Move bot example to /examples/basic --- {cmd/bot => examples/basic}/config.json.example | 0 {cmd/bot => examples/basic}/main.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {cmd/bot => examples/basic}/config.json.example (100%) rename {cmd/bot => examples/basic}/main.go (100%) diff --git a/cmd/bot/config.json.example b/examples/basic/config.json.example similarity index 100% rename from cmd/bot/config.json.example rename to examples/basic/config.json.example diff --git a/cmd/bot/main.go b/examples/basic/main.go similarity index 100% rename from cmd/bot/main.go rename to examples/basic/main.go