refactoring

This commit is contained in:
Jonas Kaninda
2024-11-18 14:54:05 +01:00
parent acd10d45e8
commit 75fc6d0552
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
\_____|\___/|_| |_| |_|\__,_| \_____|\___/|_| |_| |_|\__,_|
``` ```
Goma Gateway is a lightweight API Gateway Management. Goma Gateway is a lightweight High-Performance API Gateway Management.
[![Build](https://github.com/jkaninda/goma-gateway/actions/workflows/release.yml/badge.svg)](https://github.com/jkaninda/goma-gateway/actions/workflows/release.yml) [![Build](https://github.com/jkaninda/goma-gateway/actions/workflows/release.yml/badge.svg)](https://github.com/jkaninda/goma-gateway/actions/workflows/release.yml)
[![Test](https://github.com/jkaninda/goma-gateway/actions/workflows/test.yml/badge.svg)](https://github.com/jkaninda/goma-gateway/actions/workflows/test.yml) [![Test](https://github.com/jkaninda/goma-gateway/actions/workflows/test.yml/badge.svg)](https://github.com/jkaninda/goma-gateway/actions/workflows/test.yml)

View File

@@ -29,4 +29,4 @@ func FullVersion() {
const MainExample = "Initialize config: config init --output config.yml\n" + const MainExample = "Initialize config: config init --output config.yml\n" +
"Start server: server \n" + "Start server: server \n" +
"Start server with custom config file: server --config config.yml \n" + "Start server with custom config file: server --config config.yml \n" +
"Check config file: config init -f -o config.yml" "Check config file: config check --config config.yml"