From 541621cff01caa0b3b333fd838cee63d5d301d7e Mon Sep 17 00:00:00 2001 From: Isobel Redelmeier Date: Tue, 25 Jun 2019 23:09:11 -0700 Subject: [PATCH] Move basic example into its own subdirectory (#25) This makes it more obvious (without having to look at the code) that the basic example is actually an example, rather than something tied to the other examples or some sort of metadata file. --- example/{example.go => basic/main.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename example/{example.go => basic/main.go} (100%) diff --git a/example/example.go b/example/basic/main.go similarity index 100% rename from example/example.go rename to example/basic/main.go