From 1eb20b0eb160f790e6751da354e51fe6d1906173 Mon Sep 17 00:00:00 2001 From: Harsh Jain Date: Wed, 17 Feb 2021 21:41:05 +0530 Subject: [PATCH 1/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98732c5..1ec7841 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ $ ./go-sample-app $ curl http://localhost:8080?name=Nofar Hello, Nofar ``` +fd From e3b9c2a6963c763099c1da9b81a988c0f9730f99 Mon Sep 17 00:00:00 2001 From: nofarb Date: Tue, 23 Feb 2021 17:15:02 -0500 Subject: [PATCH 2/6] Create mypipeline.yaml --- .harness/mypipeline.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .harness/mypipeline.yaml diff --git a/.harness/mypipeline.yaml b/.harness/mypipeline.yaml new file mode 100644 index 0000000..0e30c1a --- /dev/null +++ b/.harness/mypipeline.yaml @@ -0,0 +1 @@ +some yaml From a76a759f5dde45359005280cb1c6a21ad760814f Mon Sep 17 00:00:00 2001 From: nofarb Date: Wed, 24 Feb 2021 13:10:11 -0500 Subject: [PATCH 3/6] Update test.txt --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index f70f10e..bbe838c 100644 --- a/test.txt +++ b/test.txt @@ -1 +1,2 @@ A +s From 793bb2a84a273e821162fed03b22de6e62499b6e Mon Sep 17 00:00:00 2001 From: nofarb Date: Thu, 25 Mar 2021 15:13:05 -0400 Subject: [PATCH 4/6] Create demo.txt --- demo.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 demo.txt diff --git a/demo.txt b/demo.txt new file mode 100644 index 0000000..1549b67 --- /dev/null +++ b/demo.txt @@ -0,0 +1 @@ +demo From 4cd6c14936b695e34998a58dccfb8fbf1622a1c4 Mon Sep 17 00:00:00 2001 From: nofarb Date: Tue, 20 Apr 2021 17:36:55 -0400 Subject: [PATCH 5/6] should conflict --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ec7841..425e91d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# HelloWorldGoServer +# HelloWorld sdfsdf. GoServer GO + Docker + unit tests -## Running the app locally +## Running the AAA app locally ```bash $ go build From d6632e8e966aeae2f1351dd21c416ce258004f1f Mon Sep 17 00:00:00 2001 From: nofarb Date: Tue, 20 Apr 2021 17:39:30 -0400 Subject: [PATCH 6/6] Update go.mod --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b205825..bd1c948 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,5 @@ module github.com/harness/go-sample-app go 1.15 require ( - github.com/gorilla/context v1.1.1 - github.com/gorilla/mux v1.6.2 + github.com/gorilla/mux v1.6.2.3 )