feat: Update main receiver file path in Makefile

The main receiver file path in the Makefile has been updated to `./cmd/main/main.go` to reflect the correct location of the file. This change ensures that the Makefile correctly builds and runs the main receiver component of the application.
This commit is contained in:
windyboy
2024-07-20 00:52:31 +08:00
parent afd4643696
commit a5a2ced556
2 changed files with 2 additions and 7 deletions
-5
View File
@@ -153,8 +153,3 @@ func ValidateConfig(cfg *Config) error {
fmt.Println("config validation passed")
return nil
}
// func logAndReturnError(log *logrus.Logger, msg string) error {
// log.Error(msg)
// return fmt.Errorf(msg)
// }