summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/holochain-go
AgeCommit message (Collapse)Author
2018-07-06Add: GoEndian dependancyGavin Rogers
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-06Fix: remove platform declaration, add eventfdGavin Rogers
"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-03Fix: switch expression to use fetchFromGitHubGavin Rogers
2018-07-03Fix: Capitalisation of downloadPageGavin Rogers
2018-07-03Cleanup: remove v from version and use fetchFromGithubGavin Rogers
More housecleaning, also as per @Mic92. He's right, as it says in the manual, to use fetchFromGithub instead of fetchgit > Best: Fetches a snapshot archive and you get the rev you want.
2018-07-03Cleanup: remove line left over from templateGavin Rogers
As per @Mic92: can be removed
2018-07-03Cleanup: remove autogenerated lineGavin Rogers
Agree with @Mic92: "Since this was manually edited, we should not claim it was auto generated.
2018-07-03init: holochain-go at 0.1.0-alphaGavin Rogers
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.