Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampuf committed Jun 24, 2015
1 parent 8774780 commit 8bdb31a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project was simple code generated from [Evernote-thrift](https://github.com

# Simple

```bash
go get -u github.com/dreampuf/evernote-sdk-golang/...
```

See [client_test.go](client/client_test.go)

```golang
Expand Down Expand Up @@ -40,5 +44,9 @@ if note == nil {

thrift -strict -nowarn --allow-64bit-consts --allow-neg-keys --gen go:package_prefix=github.com/dreampuf/evernote-sdk-golang/ evernote-thrift/src/UserStore.thrift

1. Rename the problem offical example from the generation:

mv notestore/note_store-remote/note_store-remote.go{,.out_of_time_official_example}

1. Enjoy!

0 comments on commit 8bdb31a

Please sign in to comment.