sruehl commented on issue #1089: URL: https://github.com/apache/plc4x/issues/1089#issuecomment-1699093520
I could not get it working with the `go.work` at I don't know what it does. So if I follow your steps without the `go work use .` (which doesn't work if you strictly follow your steps). Do the following: 1. go to tmp `cd /tmp` 2. make your folder `mkdir plcproject` 3. go into your folder `cd plcproject` 4. init the module `go mod init plcproject` 5. do a tidy `go mod tidy` 6. get plc4go `go get github.com/apache/plc4x/plc4go` 7. paste the `main.go` I posted above https://github.com/apache/plc4x/issues/1089#issuecomment-1698535753: `vi main.go` 8. do a tidy `go mod tidy` 9. run the main `go run main.go` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org