Commit graph

3 commits

Author SHA1 Message Date
Gavin Rogers f917b155e5 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:```
2018-07-06 14:00:22 +01:00
Gavin Rogers 6c857b7f70 Fix: remove platform declaration, add eventfd
"if platforms is not set it will default to go.meta.platforms which is probably
what you want" And that does sound like what we want. Also, the linux build was
complaining about eventfd, or the lack thereof.
2018-07-06 11:55:48 +01:00
Gavin Rogers 9a9539df65 init: holochain-go at 0.1.0-alpha
Holochain is a platform for creating an unenclosable carrier upon which
highly-scalable dApps and smart contracts can be built. This is the holochain
team's initial implimentation in go. A rust version is under development.
2018-07-03 20:40:52 +01:00