From f19ae984274a621adfd831238d2c9a1c2400ba2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AEittaG=20ordnasselA?= Date: Fri, 31 May 2019 11:32:31 +0200 Subject: [PATCH] Rename draft-mlp to gen-packs-mlp --- example/{draft-mlp => gen-packs-mlp}/README.md | 2 +- mlp/cube.go | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) rename example/{draft-mlp => gen-packs-mlp}/README.md (88%) delete mode 100644 mlp/cube.go diff --git a/example/draft-mlp/README.md b/example/gen-packs-mlp/README.md similarity index 88% rename from example/draft-mlp/README.md rename to example/gen-packs-mlp/README.md index 6e03c64..a87d23a 100644 --- a/example/draft-mlp/README.md +++ b/example/gen-packs-mlp/README.md @@ -1,4 +1,4 @@ -# draft-mlp +# gen-packs-mlp Example command that generates random MLP:CCG booster packs for a given set. This is mostly done to test the library itself. diff --git a/mlp/cube.go b/mlp/cube.go deleted file mode 100644 index c5aa1b8..0000000 --- a/mlp/cube.go +++ /dev/null @@ -1,5 +0,0 @@ -package mlp - -type Cube struct { - -}