Using Golang, if we have a folder tree like this:
foo/
bar/
baz/
baz.go
jazz/
jazz.go
is there a way to package this folder into a single file for consumption by other go programs, but keep the namespacing, etc?
Using Golang, if we have a folder tree like this:
foo/
bar/
baz/
baz.go
jazz/
jazz.go
is there a way to package this folder into a single file for consumption by other go programs, but keep the namespacing, etc?
There is a tool by Google Go team that does that: bundle.