Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 418 Bytes

README.markdown

File metadata and controls

25 lines (20 loc) · 418 Bytes

Decription

Extended error reporiting library for Go!/Golang

Install

First way (with makefile): $ git clone git://github.com/StepLg/go-erx.git $ cd go-erx $ make $ make install

Compiling examples: $ cd examples $ make

Second way (with goinstall): $ goinstall github.com/StepLg/go-erx/src/erx

To update run: $ goinstall -u=true github.com/StepLg/go-erx/src/erx

Use

See examples/*