simple golang chart project
It's my university homework, which I decide to combine with code practice
It consist of some boring math operation and some go code(that more intresting for me and for humanity(LOL))
(this block in progress)
This block was written primarily for me, because I needed to have this information somewhere
After that clone repo to your and do (init params throw "set")
-with console
CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -v
-without console(thanks to pymq)
CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -ldflags "-H windowsgui"