mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

nest go source files #417

Closed mcandre closed 1 year ago

mcandre commented 1 year ago

Try using "pkg" as the Go equivalent to Rust "src".

Ensure test suites continue to pass.

mcandre commented 1 year ago

wontfix

Go unfortunately does not offer a universal, automatically elided directory name like "lib", "src", etc. The devs never imagined a project with dozens of assorted .go library files, which do not constitute logically separate sub-modules.