#naming convention for libraries associated with standalone programs
5 messages · Page 1 of 1 (latest)
You can also have foo directory in the project root or inside a pkg folder.
Dave Cheney: internal/ is a special directory name recognized by the go tool which will prevent one package from being imported by another unless both share a common ancestor.
Hey, if this was a satisfactory answer, please mark it as solved.