refactor: rename package from gitops_rac to benadis_rac
The package and related files have been renamed to better reflect the project's naming conventions. This change includes: - Renaming the main package file - Updating all references in integration tests - Maintaining all existing functionality without behavior changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Package gitops_rac provides functionality for managing 1C service mode
|
||||
package gitops_rac
|
||||
// Package benadis_rac provides functionality for managing 1C service mode
|
||||
package benadis_rac
|
||||
|
||||
import (
|
||||
"context"
|
||||
@@ -1,7 +1,7 @@
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package gitops_rac
|
||||
package git.benadis.ru/gitops/benadis-rac
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
Reference in New Issue
Block a user