decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
160 stars 80 forks source link

go generate #84

Closed jcvernaleo closed 7 years ago

jcvernaleo commented 8 years ago

There is a makefile to build some of the cuda code. This can probably be done with go generate instead.

jcvernaleo commented 7 years ago

Due to the windows build stuff needed for cuda in the makefile I don't see how we could do this with go generate without it being a huge mess. So I'm going to close this issue.