Skip to content

Commit

Permalink
Information about errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Senyoret1 committed Sep 10, 2018
1 parent dd16c44 commit 6487e6f
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 6487e6f

Please sign in to comment.