Interpreter in Golang

watch docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.18 go test ./...

Warning

This code is not mine, is from the book "Write an Interpreter in Go" by Thorsten Ball