Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 478 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 478 Bytes

PLC-Tester

Setup

Initial setup for PLC-Tester is slightly convoluted in that a dependency, go-plc, requires an object file to be dropped in its source path

$ export GO111MODULE=on
$ export GOPROXY=direct
$ export GOSUMDB=off

To pull private Git repositories via ssh rather than over http:
$ git config --global --add url."[email protected]:".insteadOf "https://github.com/"
$ go get -u ./...
$ cp ../path/to/libplctag.a vendor/github.com/stellentus/go-plc/