Moving quorum and sms into common GOPATH 21/41021/3
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Wed, 4 Apr 2018 18:54:23 +0000 (11:54 -0700)
committerGirish Havaldar <hg0071052@techmahindra.com>
Thu, 5 Apr 2018 04:32:44 +0000 (04:32 +0000)
Moving quorum code and sms service code into
common GOPATH for easier building and sharing
of common modules between them.

Issue-ID: AAF-213
Change-Id: I88a8bcc0a94960163766718a2eef6bf34fd2c1e3
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
sms-service/src/smsquorum/Makefile [moved from sms-quorum/src/smsquorum/Makefile with 92% similarity]
sms-service/src/smsquorum/config.json [moved from sms-quorum/src/smsquorum/config.json with 100% similarity]
sms-service/src/smsquorum/quorumclient.go [moved from sms-quorum/src/smsquorum/quorumclient.go with 100% similarity]

similarity index 92%
rename from sms-quorum/src/smsquorum/Makefile
rename to sms-service/src/smsquorum/Makefile
index d264de9..4ffeeae 100644 (file)
@@ -16,7 +16,7 @@ clean:
        go clean\r
        rm -f $(GOPATH)/target/$(BINARY)\r
 \r
-test: \r
+test:\r
        @echo "Yet to Implement"\r
 \r
 format:\r