The goal of this project is to generate a SINGLE STATIC BINARY to serve as a collection of web tools.
- /build/, contains all build related scripts, config files.
- /release/, contains generated binaries, excluded from git repo.
- /apps/, each app has its own folder under this.
- /router/, the web framework. All apps register theirselves to the router.
- main.go, the app main.
./build/build-app.sh
./build/build-docker.sh