diff --git a/pkg/array/array.go b/array/array.go similarity index 100% rename from pkg/array/array.go rename to array/array.go diff --git a/pkg/confetty/confetty.go b/confetty/confetty.go similarity index 97% rename from pkg/confetty/confetty.go rename to confetty/confetty.go index d062d7e..6a1bc92 100644 --- a/pkg/confetty/confetty.go +++ b/confetty/confetty.go @@ -6,8 +6,8 @@ import ( "strings" "time" - "github.com/maaslalani/confetty/pkg/array" - "github.com/maaslalani/confetty/pkg/physics" + "github.com/maaslalani/confetty/array" + "github.com/maaslalani/confetty/physics" "github.com/charmbracelet/bubbles/viewport" tea "github.com/charmbracelet/bubbletea" diff --git a/main.go b/main.go index 7ae0788..a35e222 100644 --- a/main.go +++ b/main.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "github.com/maaslalani/confetty/pkg/confetty" + "github.com/maaslalani/confetty/confetty" tea "github.com/charmbracelet/bubbletea" ) diff --git a/pkg/physics/physics.go b/physics/physics.go similarity index 100% rename from pkg/physics/physics.go rename to physics/physics.go