Add: GoEndian dependancy

I'm a little confused as to why this buils and runs on darwin, but fails to
build without it on linux. The error was:

```go/src/github.com/gxed/eventfd/eventfd.go:17:2: cannot find package "github.com/gxed/GoEndian" in any of:```
This commit is contained in:
Gavin Rogers 2018-07-06 14:00:22 +01:00
parent 6c857b7f70
commit f917b155e5

View file

@ -180,6 +180,15 @@
sha256 = "1p15rsimkcp2flj6wb41flac72zhf97zd8jxrahsw05nyfbp58z5";
};
}
{
goPackagePath = "github.com/gxed/GoEndian";
fetch = {
type = "git";
url = "https://github.com/gxed/GoEndian";
rev = "0f5c6873267e5abf306ffcdfcfa4bf77517ef4a7";
sha256 = "0fn28h9gs1finrpfs388a3ycavlcf3qylsn803cflmrwaj5piqia";
};
}
{
goPackagePath = "github.com/huin/goupnp";
fetch = {