#quick question.
7 messages · Page 1 of 1 (latest)
Do you have a go.mod?
If not then do go mod init yourmodulename
Then in main.go you can import "modulename/packagename"
packagename being the package name of your second go file that is in the subdirectory
i have go mode, but im working on linux and i have to do all manuali, cus im using nano as ide 😛
That doesn't matter
See this post for project structure: https://discord.com/channels/118456055842734083/1025272211826819122