chore: re-package

This commit is contained in:
IliaDenisov
2026-03-10 15:46:18 +02:00
parent bb2bb899de
commit dabe1f091a
99 changed files with 151 additions and 98 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"math"
"math/rand"
"github.com/iliadenisov/galaxy/server/internal/bitmap"
"galaxy/server/internal/bitmap"
)
type Plotter struct {
@@ -3,7 +3,7 @@ package plotter_test
import (
"testing"
"github.com/iliadenisov/galaxy/server/internal/generator/plotter"
"galaxy/server/internal/generator/plotter"
)
func TestNewPlotter(t *testing.T) {