From 482308b06528606459689e05055f7e474d88a100 Mon Sep 17 00:00:00 2001 From: Steve Traugott Date: Sun, 6 Oct 2019 22:29:36 -0700 Subject: [PATCH] rename sort example to godsort Closes #123. --- examples/{sort/sort.go => godsort/godsort.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{sort/sort.go => godsort/godsort.go} (100%) diff --git a/examples/sort/sort.go b/examples/godsort/godsort.go similarity index 100% rename from examples/sort/sort.go rename to examples/godsort/godsort.go