Simplify naming, don't restate package name

This commit is contained in:
Michael Hohn
2024-06-11 16:55:10 -07:00
committed by =Michael Hohn
parent 2d88b351ff
commit 9c0cdb1fe4
9 changed files with 26 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ func NewStorageSingle(startingID int) *StorageSingle {
return &s
}
func (s *StorageSingle) Setup(v *ServerStorageVisibles) {
func (s *StorageSingle) Setup(v *Visibles) {
s.modules = v
}