Go gives me import error when moving file to subfolder [closed]

1 day ago 2
ARTICLE AD BOX

Recently, I started learning go, but I stumbled upon problem with project structure. To me the issue makes no sense since I got library installed.

Here I put it in editor folder and even though I got tcell library installed in root folder, it says: "no required module provides this package"

enter image description here

Here I put it again in root folder, and somehow it works just fine.

enter image description here

Read Entire Article