rewrite of rust2pi in Go
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-08-01 01:34:48 +01:00
appname feat: initial impl 2022-08-01 01:31:26 +01:00
build fix: have linux case in switch, not windows 2022-08-01 01:34:48 +01:00
toolchain feat: initial impl 2022-08-01 01:31:26 +01:00
.gitignore feat: initial impl 2022-08-01 01:31:26 +01:00
go.mod feat: initial impl 2022-08-01 01:31:26 +01:00
go.sum feat: initial impl 2022-08-01 01:31:26 +01:00
main.go feat: initial impl 2022-08-01 01:31:26 +01:00
README.md chore: add readme 2022-08-01 01:33:43 +01:00

rust2pi Go

Simple rewrite of my rust2pi tool in Go. Probably doesn't make much difference to performance, but this helped me get a bit better at Go I guess.