Skip to content

Commit 109f15d

Browse files
committed
version 0.1.0
1 parent 5d088ea commit 109f15d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
You can get started by installing and importing the library into your project with:
44
```bash
5-
go get "github.com/openmonero/monero.go"
5+
go get "github.com/openmonero/monero.go@v0.1.0"
66
```
77
And:
88
```go
9-
import "github.com/openmonero/monero.go"
9+
import "github.com/openmonero/monero.go/src"
1010
```
1111

1212
Then you can use functions in your project:

src/wallet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package monero

0 commit comments

Comments
 (0)