Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
detherminal committed Jul 2, 2023
1 parent 5d088ea commit 109f15d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

You can get started by installing and importing the library into your project with:
```bash
go get "github.com/openmonero/monero.go"
go get "github.com/openmonero/monero.go@v0.1.0"
```
And:
```go
import "github.com/openmonero/monero.go"
import "github.com/openmonero/monero.go/src"
```

Then you can use functions in your project:
Expand Down
1 change: 1 addition & 0 deletions src/wallet.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package monero

0 comments on commit 109f15d

Please sign in to comment.