Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl S-M2015-04-17 10:52:51 +0000
committerAl S-M2015-04-17 10:52:51 +0000
commitb83f79d432455f8b660b550a35537e0cfb2d9153 (patch)
treed4d4aa9cfa93df105bd7cf6847851711666dd9e1
parent924ca6771328598399a27d6f6de98c4158016916 (diff)
downloadsmidge-master.tar.gz
smidge-master.tar.xz
smidge-master.zip
Update READMEHEADmaster
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5fd7961..cc26f83 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,13 @@ Including
Download
--------
Clone this repo or `go get` with
+
```
go get git.eclipse.org/gitroot/paho.incubator/smidge.git/client
```
+
The same URL is used to import the library into your Go programs
+
```go
import (
"git.eclipse.org/gitroot/paho.incubator/smidge.git/client"

Back to the top