-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from SebastianCzoch/feature/minor_fixes
Minor fixes
- Loading branch information
Showing
2 changed files
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,17 @@ | |
|
||
Go utils for working with [OneSky](http://www.oneskyapp.com/) translation service. | ||
|
||
## Install | ||
|
||
``` | ||
$ go get github.com/SebastianCzoch/onesky-go | ||
```` | ||
or via [Godep](https://github.com/tools/godep) | ||
``` | ||
$ godep get github.com/SebastianCzoch/onesky-go | ||
``` | ||
## Examples | ||
### Example 1 - Download file | ||
|
@@ -158,17 +169,6 @@ func main() { | |
} | ||
``` | ||
## Install | ||
|
||
``` | ||
$ go get github.com/SebastianCzoch/onesky-go | ||
```` | ||
or via [Godep](https://github.com/tools/godep) | ||
``` | ||
$ godep get github.com/SebastianCzoch/onesky-go | ||
``` | ||
## API | ||
|
@@ -212,7 +212,3 @@ $ go test ./... | |
## Support | ||
Issues for this project should be reported on GitHub issues | ||
Staff responsible for project: | ||
* [Sebastian Czoch <[email protected]>]([email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters