x-motemen / gore

Yet another Go REPL that works nicely. Featured with line editing, code completion, and more.
MIT License
5.11k stars 148 forks source link

Make sure to export GO111MODULE=on on installation #198

Closed hairyhenderson closed 3 years ago

hairyhenderson commented 3 years ago

Fixes issues like seen in https://github.com/motemen/gore/issues/196

itchyny commented 3 years ago

I'd rather prefer using env command not to pollute the environment.

hairyhenderson commented 3 years ago

@itchyny feel free to make modifications then!

itchyny commented 3 years ago

Basically this NOT necessary so closing. Go automatically enables go modules unless globally disabled.

hairyhenderson commented 3 years ago

@itchyny the issue #196 and my own experience contradicts that statement... But it's your call. I've already decided gore won't fit my use-cases.