code quality inspection for cmd direcory

This commit is contained in:
zhuyasen
2023-08-05 18:47:34 +08:00
parent 5ce57cde07
commit e8b2b9e07e
41 changed files with 167 additions and 143 deletions

View File

@@ -1,3 +1,6 @@
// Package initial is the package that starts the service to initialize the service, including
// the initialization configuration, service configuration, connecting to the database, and
// resource release needed when shutting down the service.
package initial
import (