Zero
Zero
Initialised go mod which seemed to help with the issue but then created a different issue with `gcc`. C:\Users\User\go\src\testTensor>go mod init go: creating new go.mod: module testTensor C:\Users\User\go\src\testTensor>go get github.com/galeone/tfgo...
After spending time installing **MingGW** and adding it to the PATH for system. C:\Users\User\go\src\testTensor>go get github.com/galeone/tfgo # github.com/galeone/tensorflow/tensorflow/go C:/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -ltensorflow collect2.exe: error: ld returned 1 exit status
According to the official documentation [Go bindings for Tensorflow is not supported on Windows systems](https://www.tensorflow.org/install/lang_go) however [according to this comment](https://github.com/tensorflow/tensorflow/issues/15869#issuecomment-599100142) with a bit of hacking together it may be possible...
`go-astilectron-bundler` seems to download from GitHub rather than use my local version, is there anyway I can override this behaviour?