From 4c4827d34fdab7953e3dae6659ea029420fd1fa5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 2 Sep 2018 09:47:40 -0400 Subject: [PATCH] Moved the examples into their final places. --- zz_controls.go => examples/controlgallery.go | 0 zz_drawtext.go => examples/drawtext.go | 0 zz_histogram.go => examples/histogram.go | 0 zz_table.go => examples/table.go | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename zz_controls.go => examples/controlgallery.go (100%) rename zz_drawtext.go => examples/drawtext.go (100%) rename zz_histogram.go => examples/histogram.go (100%) rename zz_table.go => examples/table.go (100%) diff --git a/zz_controls.go b/examples/controlgallery.go similarity index 100% rename from zz_controls.go rename to examples/controlgallery.go diff --git a/zz_drawtext.go b/examples/drawtext.go similarity index 100% rename from zz_drawtext.go rename to examples/drawtext.go diff --git a/zz_histogram.go b/examples/histogram.go similarity index 100% rename from zz_histogram.go rename to examples/histogram.go diff --git a/zz_table.go b/examples/table.go similarity index 100% rename from zz_table.go rename to examples/table.go