Move location registry modules to canonical namespace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Package locations encodes durable D&D location artifacts.
|
||||
package locations
|
||||
// Package locationregistry encodes durable D&D location-registry artifacts.
|
||||
package locationregistry
|
||||
|
||||
import (
|
||||
"embed"
|
||||
@@ -1,4 +1,4 @@
|
||||
package locations
|
||||
package locationregistry
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
Reference in New Issue
Block a user