Skip to content

Commit 7cba699

Browse files
committed
Split the converters into a separate package with separate files
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 2d8935b commit 7cba699

File tree

15 files changed

+519
-507
lines changed

15 files changed

+519
-507
lines changed

pkg/registry/converters.go

Lines changed: 0 additions & 505 deletions
This file was deleted.

pkg/registry/converters_fixture_test.go renamed to pkg/registry/converters/converters_fixture_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package registry
1+
package converters
22

33
import (
44
"encoding/json"

pkg/registry/converters_test.go renamed to pkg/registry/converters/converters_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package registry
1+
package converters
22

33
import (
44
"encoding/json"
File renamed without changes.

0 commit comments

Comments
 (0)