Is there a way to create a subdirectory for some of my files? This is clean for organizing files. I have a large number of small structures / methods that I would like to put in my own files and in a subdirectory, but I do not want to put them in my own package. They rely on other features of my project. Each of them is anywhere from 10-50 lines, and I stuck them in one file, but this is ugly.
go
Jayson bailey
source share