From 95a1a70d556ea5b67412f63f15b64e4f1432b593 Mon Sep 17 00:00:00 2001 From: 7z7 Date: Thu, 12 Jul 2018 23:24:49 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90ecaf90b..de3fad05c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ go get github.com/go-stack/stack ## Testing Make sure you the following command and make sure everything passed before submitting your code. + ''' ./test_before_submit.sh ''' @@ -38,6 +39,7 @@ Make sure you the following command and make sure everything passed before submi ## Linting Make sure you the following command and make sure everything passes golint. + ''' ./lint_before_submit.sh ''' From 1df4a3bc93b6a3e96c5e5fd07f52ed9d903dbf86 Mon Sep 17 00:00:00 2001 From: 7z7 Date: Thu, 12 Jul 2018 23:25:09 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de3fad05c..bb7d16620 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,15 @@ go get github.com/go-stack/stack Make sure you the following command and make sure everything passed before submitting your code. -''' +``` ./test_before_submit.sh -''' +``` ## Linting Make sure you the following command and make sure everything passes golint. -''' +``` ./lint_before_submit.sh -''' +```