This commit introduces several maintenance improvements to the repository. - A `go.work` file has been added to define the workspace and make the project easier to work with. - The module path in `go.mod` has been updated to use a GitHub URL, and all import paths have been updated accordingly. - `examples` and `docs` directories have been created. - The `examples` directory contains scripts that demonstrate the tool's functionality. - The `docs` directory contains documentation for the project. - Tests have been added to the `pkg/github` package following the `_Good`, `_Bad`, `_Ugly` convention. - The missing `pkg/borg` package has been added to resolve a build error.
6 lines
135 B
Bash
6 lines
135 B
Bash
#!/bin/bash
|
|
|
|
# Example of how to use the 'serve' command.
|
|
|
|
# This will serve the specified DataNode file.
|
|
borg serve --file linux.borg
|