From 7bb7917c843f3d381f4406ef52da346518089f2f Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Mon, 31 Aug 2020 05:14:56 +0200 Subject: Little cleanup (go.mod and make readme markdown) --- README | 4 ---- README.md | 4 ++++ go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 6d1190b..0000000 --- a/README +++ /dev/null @@ -1,4 +0,0 @@ -Work in progress -================ - -Goal: to have a super simple tetris game on the command line, and maybe more over time... diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d1190b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Work in progress +================ + +Goal: to have a super simple tetris game on the command line, and maybe more over time... diff --git a/go.mod b/go.mod index b1a54d4..ac56704 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module git.kiefte.eu/lapingvino/clitris go 1.15 -require github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03 // indirect +require github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03 -- cgit v1.2.3-70-g09d2