1d79d4c golang: add GO111MODULE=off to golist example

Authored and Committed by linkdupont 11 months ago
    golang: add GO111MODULE=off to golist example
    
    golist relies on GOPATH for analysis, so in order for `go get` to work outside a package directory, G111MODULE must be set to off.