Skip to content

Commit

Permalink
Conformant package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mvbrock committed Jan 7, 2025
1 parent a67692e commit 6d8806b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/srv/discovery/fetchers/azure-sync/azure-sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package azure_sync
package azuresync

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion lib/srv/discovery/fetchers/azure-sync/azure-sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package azure_sync
package azuresync

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion lib/srv/discovery/fetchers/azure-sync/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package azure_sync
package azuresync

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion lib/srv/discovery/fetchers/azure-sync/reconcile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package azure_sync
package azuresync

import (
"testing"
Expand Down

0 comments on commit 6d8806b

Please sign in to comment.