Skip to content

Commit

Permalink
Merge pull request skycoin#23 from Senyoret1/Error-info
Browse files Browse the repository at this point in the history
Information about errors
  • Loading branch information
gz-c authored Sep 12, 2018
2 parents 9691c9b + 6487e6f commit f6539ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and a JS library with [gopherjs](https://github.com/gopherjs/gopherjs).

Skycoin Liteclient supports go1.10+.

## Important note about error handling

Many functions on this library call the `panic()` function of the Go programming language in case of important
errors, however, for various reasons the panics are converted into errors on each supported language. Due to
this, it is important to bear in mind that errors returned by this library may be due to extremely important
problems and continuing the execution of operations with results obtained from the library could cause loss
of coins.

It is recommended to be very careful with errors.

## Compiling Android aar and jar

For the compilation process to Android Archive, we use [Go Mobile](https://github.com/golang/mobile).
Expand Down

0 comments on commit f6539ba

Please sign in to comment.