Skip to content

Commit

Permalink
rename cntlr -> ctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Jul 26, 2024
1 parent e335885 commit 9418b4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/metal-toolbox/cntlr
module github.com/metal-toolbox/ctrl

go 1.22

Expand Down

0 comments on commit 9418b4a

Please sign in to comment.