~tomleb/libfoo-golang

Project demonstrating multiple golang binaries for buildroot. See http://blog.tomlebreux.com/2020/05/04/first-steps-with-buildroot.html
256a3102 — Tom Lebreux 4 years ago
Add LICENSE file
63cfaa07 — Tom Lebreux 4 years ago
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tomleb/libfoo-golang
read/write
git@git.sr.ht:~tomleb/libfoo-golang

You can also use your local clone with git send-email.

#Project Libfoo-Golang

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.

#Build

You can build this project with the following commands:

cd cmd/foo-a/ && go build && cd ..
cd cmd/foo-b/ && go build && cd ..