Rename registry to registrar

This commit is contained in:
2024-05-06 23:25:25 -04:00
parent f59949c3bb
commit a11cc2cb89
4 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
// Package registrar provides platform-dependent components at compile time.
package registrar

View File

@@ -1,5 +1,5 @@
//go:build unix && (!darwin)
package registry
package registrar
import "git.tebibyte.media/tomo/x"
import "git.tebibyte.media/tomo/tomo"

View File

@@ -1,2 +0,0 @@
// Package registry provides platform-dependent components at compile time.
package registry