MatrixAI/Golang-Demo

Update to using `buildGoModule`

CMCDragonkai opened this issue · 1 comments

Nixpkgs now has buildGoModule which means we don't need to convert to deps to use buildGoPackage.

Done.