change from rust to go as I could not figure out the image loading problem in rust

This commit is contained in:
Sebastian Hugentobler 2019-05-27 16:52:48 +02:00
parent eb7502f52e
commit e3b2b03d55
23 changed files with 631 additions and 2680 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
bin/ecload:
go build -o bin/ecload cmd/ecload/main.go
all: bin/ecload
clean:
rm -r bin/