Merge branch 'main' of github.com:ardeman/project-legalgo-go

This commit is contained in:
ericprd 2025-03-03 10:39:38 +08:00
commit 642566c8b2

View File

@ -148,6 +148,12 @@ make run
This command will compile and execute your Go application.
Or you can execute the compiled binary at `bin/legalgo` by:
```bash
./bin/legalgo
```
---
**Note:** Ensure that your `Makefile` is correctly set up to handle these commands. If not, you may need to create