From ea22fbc47b6cc12c0af530a0bf81add99cdcd978 Mon Sep 17 00:00:00 2001 From: Edward Date: Sat, 9 May 2020 16:20:33 +0800 Subject: [PATCH] move defer/for-range/interface /slice to playground --- {defer => playground/defer}/main.go | 0 {for-range-semantics => playground/for-range}/main.go | 0 {interface-semantics => playground/interface-semantics}/main.go | 0 {the_go_programming_language/ch04 => playground/slice}/slice.go | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {defer => playground/defer}/main.go (100%) rename {for-range-semantics => playground/for-range}/main.go (100%) rename {interface-semantics => playground/interface-semantics}/main.go (100%) rename {the_go_programming_language/ch04 => playground/slice}/slice.go (100%) diff --git a/defer/main.go b/playground/defer/main.go similarity index 100% rename from defer/main.go rename to playground/defer/main.go diff --git a/for-range-semantics/main.go b/playground/for-range/main.go similarity index 100% rename from for-range-semantics/main.go rename to playground/for-range/main.go diff --git a/interface-semantics/main.go b/playground/interface-semantics/main.go similarity index 100% rename from interface-semantics/main.go rename to playground/interface-semantics/main.go diff --git a/the_go_programming_language/ch04/slice.go b/playground/slice/slice.go similarity index 100% rename from the_go_programming_language/ch04/slice.go rename to playground/slice/slice.go