Add LICENSE file
Initial commit
libfoo-golang is a golang project that does not do anything useful. It is used in the blogpost First Steps with Buildroot to show how to build multiple golang binaries using buildroot.
You can build this project with the following commands:
cd cmd/foo-a/ && go build && cd ..
cd cmd/foo-b/ && go build && cd ..