Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577800 - dev-go/errors - new package
Summary: dev-go/errors - new package
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-20 01:13 UTC by maurerpe
Modified: 2016-03-24 11:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
errors-20160314.ebuild (errors-20160314.ebuild,506 bytes, text/plain)
2016-03-20 01:15 UTC, maurerpe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maurerpe 2016-03-20 01:13:22 UTC
The arduino-builder utility used by the arduino IDE is written in go.  It requires github.com/go-errors/errors/...

Reproducible: Always
Comment 1 maurerpe 2016-03-20 01:15:03 UTC
Created attachment 428624 [details]
errors-20160314.ebuild

Ebuild for dev-go/errors that implements golang github.com/go-errors/errors/...

Adds stacktrace support to errors in go