From 9418b4a269778ed7403bc656393ffe3012e8e388 Mon Sep 17 00:00:00 2001 From: Joel Rebello Date: Fri, 26 Jul 2024 14:48:26 +0200 Subject: [PATCH] rename cntlr -> ctrl --- .mockery.yaml | 2 +- README.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.mockery.yaml b/.mockery.yaml index 596c5b6..68dece0 100644 --- a/.mockery.yaml +++ b/.mockery.yaml @@ -1,7 +1,7 @@ testonly: False with-expecter: True packages: - github.com/metal-toolbox/cntlr: + github.com/metal-toolbox/ctrl: config: fileName: "mock_{{.InterfaceName | firstLower}}.go" inpackage: True diff --git a/README.md b/README.md index 862a840..44ede08 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -This Controller `cntlr` library is imported by Controllers interfacing with the +This Controller `ctrl` library is imported by Controllers interfacing with the [Condition Orchestrator](https://github.com/metal-toolbox/conditionorc). diff --git a/go.mod b/go.mod index 28cd14d..7236838 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/metal-toolbox/cntlr +module github.com/metal-toolbox/ctrl go 1.22