Table of Content

Assume you use portable Go on windows, then it is for you – how to setup portable LieIDE Go.

portable Go

you can download Go zip go1.x.x.windows-amd64.zip, extract go folder to portable folder for example C:\oldhorse\portableapps.

GOPATH in LiteIDE

LiteIDE->View->Manage GOPATH

  • unclick "Use System GOPATH"
  • click "Use Custom GOPATH", add own path, for example j:\oldhorse\test\go

LiteIDE env profile

from LiteIDE top menu, choice win64

LiteIDE GOROOT

LiteIDE->View->Options->LiteEnv, double click win64.env, change GOROOT then save change.

GOROOT=c:\oldhorse\portableapps\go

setup go workspace

j:\oldhorse\test\go\src\
j:\oldhorse\test\go\bin\
make sure to create go project under src\
for example
j:\oldhorse\test\go\src\hello/hello.go

LiteIDE dark theme

LiteIDE->View->Options->LiteEditor
Editor color scheme: carbon.xml
font size: 11
LiteIDE->View->Options->LiteOutput
size: 11