summaryrefslogtreecommitdiff
path: root/BBB_GOFILES/util.go
AgeCommit message (Collapse)Author
2018-08-26Migrated util.go and main.go to the new pkgui convention and C file. Also ↵Pietro Gagliardi
replaced C.CBytes() with C.malloc() (this bumps our minimum version requirement to 1.8, but it's better than keeping a massive slice around at all times).
2018-08-26Moved all the Go files out of the way again, this time so we can migrate ↵Pietro Gagliardi
them to more proper cgo usage.