change from rust to go as I could not figure out the image loading problem in rust
This commit is contained in:
parent
eb7502f52e
commit
e3b2b03d55
23 changed files with 631 additions and 2680 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
bin/ecload:
|
||||
go build -o bin/ecload cmd/ecload/main.go
|
||||
|
||||
all: bin/ecload
|
||||
|
||||
clean:
|
||||
rm -r bin/
|
Loading…
Add table
Add a link
Reference in a new issue